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)
This commit is contained in:
Dirk 2020-11-03 08:44:40 +01:00
parent 8d812f5dc0
commit 12bf2987a2
1 changed files with 1 additions and 1 deletions

View File

@ -3223,7 +3223,7 @@ run_security_headers() {
case "$svrty" in case "$svrty" in
OK) pr_svrty_good "$header" ;; OK) pr_svrty_good "$header" ;;
LOW) pr_svrty_low "$header" ;; LOW) pr_svrty_low "$header" ;;
INFO) pr_litecyan "$header" ;; INFO) out "$header" ;;
esac esac
# Include $header when determining where to insert line breaks, but print $header # Include $header when determining where to insert line breaks, but print $header
# separately. # separately.