We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c482df8 commit 7a6efd9Copy full SHA for 7a6efd9
1 file changed
testssl.sh
@@ -2870,7 +2870,7 @@ emphasize_stuff_in_headers(){
2870
-e "s/system-wsgw-management-loopback/${html_yellow}system-wsgw-management-loopback${html_off}/g" \
2871
)"
2872
#FIXME: this is double code. The pattern to emphasize headers should be better in one single function.
2873
-+# And: It matches case sensitive headers only which won't detect all banners. (sed ignorecase is not a/v for OpenBSD sed)
+# And: It matches case sensitive headers only which won't detect all banners. (sed ignorecase is not a/v for OpenBSD sed)
2874
else
2875
html_out "$(html_reserved "$1")"
2876
fi
0 commit comments