consistency in nginx.conf

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-30 02:48:25 +02:00
parent 684bd24326
commit 2dc88da8dd
1 changed files with 1 additions and 1 deletions

View File

@ -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";
add_header Strict-Transport-Security "max-age=3153600";
add_header X-Frame-Options "deny";