We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3c957 commit 5949a04Copy full SHA for 5949a04
1 file changed
testssl.sh
@@ -3204,12 +3204,13 @@ run_security_headers() {
3204
"Content-Security-Policy-Report-Only OK" \
3205
"Expect-CT OK" \
3206
"Permissions-Policy OK" \
3207
- "X-XSS-Protection LOW" \
+ "X-XSS-Protection INFO" \
3208
"Access-Control-Allow-Origin INFO" \
3209
"Upgrade INFO" \
3210
"X-Served-By INFO" \
3211
"Referrer-Policy INFO" \
3212
- "X-UA-Compatible Cache-Control INFO" \
+ "X-UA-Compatible INFO" \
3213
+ "Cache-Control INFO" \
3214
"Pragma INFO"; do
3215
read header svrty <<< "${header_and_svrty}"
3216
[[ "$DEBUG" -ge 5 ]] && echo "testing \"$header\" (severity \"$svrty\")"
0 commit comments