aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vps/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix
index d688cf9..ee6cf70 100644
--- a/hosts/vps/configuration.nix
+++ b/hosts/vps/configuration.nix
@@ -57,7 +57,7 @@
}
add_header Strict-Transport-Security $hsts_header;
add_header Content-Security-Policy "script-src 'self'; object-src 'none'; base-uri 'none';" always;
- add_header 'Referrer-Policy' same-origin always;
+ add_header 'Referrer-Policy' 'same-origin' always;
add_header X-Frame-Options DENY;
add_header X-Content-Type-Options nosniff always;
'';