From c481acace0391136a740416f1703132b78a27616 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sat, 29 Oct 2022 16:55:24 -0500 Subject: [PATCH] " --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 2e57b6f4f..4ed8ff5aa 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,7 +4,7 @@ server { listen 80; listen [::]:80; proxy_set_header Host $http_host; - add_header Referrer-Policy same-origin; + add_header Referrer-Policy "same-origin"; location / { proxy_pass http://localhost:5000/;