We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7c7b3 commit 402afd8Copy full SHA for 402afd8
test/check-ssl-hsts-preloadable_spec.rb
@@ -18,7 +18,14 @@
18
expect(check).to receive(:ok).and_raise SystemExit
19
expect { check.run }.to raise_error SystemExit
20
end
21
-
+
22
+ ##
23
+ # Disabled 2020/06/24 JDS
24
+ # Reason: the hsts-preloadable check depends on a domain lookup from https://hstspreload.org/
25
+ # There's no way to assure that an indexed domain at hstspreload.org will have a warning
26
+ # The previously tested domain 'oskuro.net' no longer issues a warning
27
+ # as its now incompliance with the hsts preload requirements.
28
29
# it 'should pass check if the domain is preloadedable but has warnings' do
30
# check.config[:domain] = 'oskuro.net'
31
# expect(check).to receive(:warning).and_raise SystemExit
0 commit comments