From f8225c49ddab455e145aadcc426773718068b842 Mon Sep 17 00:00:00 2001 From: chbmb Date: Sat, 29 Sep 2018 07:52:26 +0100 Subject: [PATCH] Update default --- root/defaults/default | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/root/defaults/default b/root/defaults/default index 81dd538..b0145b2 100644 --- a/root/defaults/default +++ b/root/defaults/default @@ -25,7 +25,8 @@ server { add_header X-Robots-Tag none; add_header X-Download-Options noopen; add_header X-Permitted-Cross-Domain-Policies none; - + add_header Referrer-Policy no-referrer always; + # Path to the root of your installation root /config/www/nextcloud/; # set max upload size @@ -97,6 +98,7 @@ server { add_header X-Robots-Tag none; add_header X-Download-Options noopen; add_header X-Permitted-Cross-Domain-Policies none; + add_header Referrer-Policy no-referrer always; # Optional: Don't log access to assets access_log off; }