Home
last modified time | relevance | path

Searched refs:disables_hsts (Results 1 – 3 of 3) sorted by relevance

/dports/security/tls-check/TLS-Check-cd2e654/t/
H A D510-web.t44 ok( ( not $check->disables_hsts ), "HSTS not disabled" );
105 ok( ( not $check->disables_hsts ), "HSTS not disabled for $domain" );
158 ok( ( not $check->disables_hsts ), "HSTS not disabled for $domain" );
210 ok( ( not $check->disables_hsts ), "HSTS not disabled for $domain" );
263 ok( ( not $check->disables_hsts ), "HSTS not disabled for $domain" );
319 ok( ( not $check->disables_hsts ), "HSTS not disabled for $domain" );
372 ok( ( $check->disables_hsts ), "HSTS disabled for $domain" );
436 ok( ( not $check->disables_hsts ), "HSTS not disabled for $domain" );
558 ok( ( not $check->disables_hsts ), "HSTS not disabled for $domain" );
613 ok( ( not $check->disables_hsts ), "HSTS not disabled for $domain" );
[all …]
/dports/security/tls-check/TLS-Check-cd2e654/lib/Security/TLSCheck/Checks/
H A DFinalScore.pm92 $score -= 5 if $web->disables_hsts;
H A DWeb.pm389 sub disables_hsts subroutine