Skip to content

Commit 12bf298

Browse files
committed
Remove lite cyan color for http header
While we are not sure yet how we deal with "other" colors and different backgrounds users can have, I'll remove the light cyan here until we settle on a standard. (other=not yellow,reds,brown,greens)
1 parent 8d812f5 commit 12bf298

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3223,7 +3223,7 @@ run_security_headers() {
32233223
case "$svrty" in
32243224
OK) pr_svrty_good "$header" ;;
32253225
LOW) pr_svrty_low "$header" ;;
3226-
INFO) pr_litecyan "$header" ;;
3226+
INFO) out "$header" ;;
32273227
esac
32283228
# Include $header when determining where to insert line breaks, but print $header
32293229
# separately.

0 commit comments

Comments
 (0)