From 12bf2987a2985a2bdf554906ba2536b54b91939d Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 3 Nov 2020 08:44:40 +0100 Subject: [PATCH] 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) --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 9efafe5..50ba63b 100755 --- a/testssl.sh +++ b/testssl.sh @@ -3223,7 +3223,7 @@ run_security_headers() { case "$svrty" in OK) pr_svrty_good "$header" ;; LOW) pr_svrty_low "$header" ;; - INFO) pr_litecyan "$header" ;; + INFO) out "$header" ;; esac # Include $header when determining where to insert line breaks, but print $header # separately.