docs: correct the accepted value for X-XSS-Protection header (#11015)

Signed-off-by: heylongdacoder <heylongdacoder@gmail.com>
This commit is contained in:
Wen Long 2022-07-14 06:50:02 +08:00 committed by Julien Pivotto
parent bfbb061a8f
commit 90540c53d8
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ http_server_config:
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options
[ X-Content-Type-Options: <string> ]
# Set the X-XSS-Protection header to all responses.
# Unset if blank. Accepted value is nosniff.
# Unset if blank.
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection
[ X-XSS-Protection: <string> ]
# Set the Strict-Transport-Security header to HTTP responses.