We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 402afd8 commit b1d3a6eCopy full SHA for b1d3a6e
test/check-ssl-hsts-preloadable_spec.rb
@@ -18,13 +18,13 @@
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.
+ # The previously tested domain 'oskuro.net' no longer issues a warning
+ # 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'
0 commit comments