From b09a9b203cd0c167e58584bba0ebb3b1b3da2b15 Mon Sep 17 00:00:00 2001 From: Yogesh Beniwal <7325107+yogeshbeniwal@users.noreply.github.com> Date: Wed, 11 May 2022 21:57:38 +0800 Subject: [PATCH] Update Referrer-Policy --- wo/cli/templates/nginx-core.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/templates/nginx-core.mustache b/wo/cli/templates/nginx-core.mustache index 4ce92dc..1c0bb89 100644 --- a/wo/cli/templates/nginx-core.mustache +++ b/wo/cli/templates/nginx-core.mustache @@ -68,7 +68,7 @@ http { more_set_headers "X-Frame-Options : SAMEORIGIN"; more_set_headers "X-Xss-Protection : 1; mode=block"; more_set_headers "X-Content-Type-Options : nosniff"; - more_set_headers "Referrer-Policy : no-referrer, strict-origin-when-cross-origin"; + more_set_headers "Referrer-Policy : strict-origin-when-cross-origin"; more_set_headers "X-Download-Options : noopen"; # oscp settings