File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
expect ( check ) . to receive ( :ok ) . and_raise SystemExit
19
19
expect { check . run } . to raise_error SystemExit
20
20
end
21
-
21
+
22
22
##
23
23
# Disabled 2020/06/24 JDS
24
24
# Reason: the hsts-preloadable check depends on a domain lookup from https://hstspreload.org/
25
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.
26
+ # The previously tested domain 'oskuro.net' no longer issues a warning
27
+ # as its now incompliance with the hsts preload requirements.
28
28
##
29
29
# it 'should pass check if the domain is preloadedable but has warnings' do
30
30
# check.config[:domain] = 'oskuro.net'
You can’t perform that action at this time.
0 commit comments