mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-28 20:39:45 +01:00
Merge pull request #1765 from drwetter/http_header_color
Remove lite cyan color for http header
This commit is contained in:
commit
498dc80885
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user