From 8930fe7fb394c25063dfe1c83a9ba5d1d1d1b334 Mon Sep 17 00:00:00 2001 From: Dirk Date: Thu, 8 Feb 2018 18:20:24 +0100 Subject: [PATCH] add a imssing blank between Access-Control-Allow-Origin Upgrade X-Served-By Referrer-Policy X-UA-Compatible and their value --- testssl.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testssl.sh b/testssl.sh index 987522d..e247895 100755 --- a/testssl.sh +++ b/testssl.sh @@ -2375,7 +2375,7 @@ run_more_flags() { first=false fi pr_litecyan "$f2t" - outln "$HEADERVALUE" # shouldn't be that long + outln " $HEADERVALUE" # shouldn't be that long fileout "$f2t" "INFO" "$f2t: $HEADERVALUE" fi done @@ -7903,7 +7903,8 @@ alpn_pre(){ } # modern browsers do not support it anymore but we shoud still test it at least for fingerprinting the server side -# Thus we don't label any support for NPN as good. FAST mode skips this test +# Thus we don't label any support for NPN as good. +# FAST mode skips this test run_npn() { local tmpstr local -i ret=0