We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78fae2 commit ca55c5bCopy full SHA for ca55c5b
t/32_isHTML_valid.t
@@ -96,6 +96,7 @@ $debughtml =~ s/No engine or GOST support via engine with your.*\n//g;
96
$debughtml =~ s/.*built: .*\n//g;
97
$debughtml =~ s/.*Using bash .*\n//g;
98
$debughtml =~ s/.*has_compression.*\n//g;
99
+$debughtml =~ s/.*Extended master secret extension detected.*\n//g;
100
# is whole line: s/.*<pattern> .*\n//g;
101
102
# Extract and mask IP address as it can change
0 commit comments