From 401731e32a7cd0a1d33db77911ea8cec397f958d Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sat, 29 Oct 2022 16:53:37 -0500 Subject: [PATCH] - --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index f0cb971ca..2e57b6f4f 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 sameorigin; + add_header Referrer-Policy same-origin; location / { proxy_pass http://localhost:5000/;