fix "typo" Referrer-Options -> Referrer-Options (#685)

this header was probably meant - at least it's the one that's actually used in the wild.
This commit is contained in:
ari-s
2017-11-20 08:29:23 +01:00
committed by Raphael Michel
parent 943d61dee9
commit a08cb3b8e4
+1 -1
View File
@@ -213,7 +213,7 @@ The following snippet is an example on how to configure a nginx proxy for pretix
ssl_certificate /path/to/cert.chain.pem;
ssl_certificate_key /path/to/key.pem;
add_header Referrer-Options same-origin;
add_header Referrer-Policy same-origin;
add_header X-Content-Type-Options nosniff;
location / {