Skip to content

Commit

Permalink
docs: correct the accepted value for X-XSS-Protection header (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: heylongdacoder <heylongdacoder@gmail.com>

Signed-off-by: heylongdacoder <heylongdacoder@gmail.com>
  • Loading branch information
heylongdacoder committed Sep 14, 2022
1 parent 254d2ca commit a2411be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web-configuration.md
Expand Up @@ -84,7 +84,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.
Expand Down

0 comments on commit a2411be

Please sign in to comment.