From a08cb3b8e4adaa300868e3f730e045bc8e6d0203 Mon Sep 17 00:00:00 2001 From: ari-s Date: Mon, 20 Nov 2017 08:29:23 +0100 Subject: [PATCH] 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. --- doc/admin/installation/manual_smallscale.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin/installation/manual_smallscale.rst b/doc/admin/installation/manual_smallscale.rst index 295c35d250..e4beccdbdf 100644 --- a/doc/admin/installation/manual_smallscale.rst +++ b/doc/admin/installation/manual_smallscale.rst @@ -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 / {