mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-01 06:19:44 +01:00
add a imssing blank between Access-Control-Allow-Origin Upgrade X-Served-By Referrer-Policy X-UA-Compatible and their value
This commit is contained in:
parent
7bf070b016
commit
8930fe7fb3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user