From da6de1f1cc0c08a2e93c48c210954b3f0b34d954 Mon Sep 17 00:00:00 2001 From: Wen Long Date: Thu, 14 Jul 2022 06:49:29 +0800 Subject: [PATCH] docs: correct the accepted value for X-XSS-Protection header (#3004) Signed-off-by: heylongdacoder --- docs/https.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/https.md b/docs/https.md index 559ce7f9..ec99db98 100644 --- a/docs/https.md +++ b/docs/https.md @@ -89,7 +89,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.