docs: correct the accepted value for X-XSS-Protection header (#11015)
Signed-off-by: heylongdacoder <heylongdacoder@gmail.com>
This commit is contained in:
parent
24ee0c4468
commit
409a5e7922
|
@ -90,7 +90,7 @@ http_server_config:
|
||||||
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options
|
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options
|
||||||
[ X-Content-Type-Options: <string> ]
|
[ X-Content-Type-Options: <string> ]
|
||||||
# Set the X-XSS-Protection header to all responses.
|
# 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
|
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection
|
||||||
[ X-XSS-Protection: <string> ]
|
[ X-XSS-Protection: <string> ]
|
||||||
# Set the Strict-Transport-Security header to HTTP responses.
|
# Set the Strict-Transport-Security header to HTTP responses.
|
||||||
|
|
Loading…
Reference in New Issue