From a2411be0c677e1ed7d1d348456f47ffcf98e5607 Mon Sep 17 00:00:00 2001 From: Wen Long Date: Wed, 14 Sep 2022 17:13:32 +0800 Subject: [PATCH] docs: correct the accepted value for X-XSS-Protection header (#101) Signed-off-by: heylongdacoder Signed-off-by: heylongdacoder --- docs/web-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web-configuration.md b/docs/web-configuration.md index 680a2b20..e461ffd8 100644 --- a/docs/web-configuration.md +++ b/docs/web-configuration.md @@ -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: ] # 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: ] # Set the Strict-Transport-Security header to HTTP responses.