mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +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
|
first=false
|
||||||
fi
|
fi
|
||||||
pr_litecyan "$f2t"
|
pr_litecyan "$f2t"
|
||||||
outln "$HEADERVALUE" # shouldn't be that long
|
outln " $HEADERVALUE" # shouldn't be that long
|
||||||
fileout "$f2t" "INFO" "$f2t: $HEADERVALUE"
|
fileout "$f2t" "INFO" "$f2t: $HEADERVALUE"
|
||||||
fi
|
fi
|
||||||
done
|
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
|
# 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() {
|
run_npn() {
|
||||||
local tmpstr
|
local tmpstr
|
||||||
local -i ret=0
|
local -i ret=0
|
||||||
|
Loading…
Reference in New Issue
Block a user