From 409a5e792287ec09621e4811a898f1949895f4d2 Mon Sep 17 00:00:00 2001 From: Wen Long Date: Thu, 14 Jul 2022 06:50:02 +0800 Subject: [PATCH] docs: correct the accepted value for X-XSS-Protection header (#11015) Signed-off-by: heylongdacoder --- docs/configuration/https.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/https.md b/docs/configuration/https.md index ad142e4a5..0513612f5 100644 --- a/docs/configuration/https.md +++ b/docs/configuration/https.md @@ -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: ] # 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.