From d9185ecd421ffac5ac3301010e168d3fd14bcedc Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 6 Oct 2019 23:49:42 +0200 Subject: [PATCH] Update setting 'Referrer-Policy' header. --- install_nextcloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_nextcloud.sh b/install_nextcloud.sh index 21f1079..e01f95a 100755 --- a/install_nextcloud.sh +++ b/install_nextcloud.sh @@ -3774,7 +3774,7 @@ if [[ -d "$apache_vhost_dir" ]] ; then # - doesn't matter whether the source and destination are the same # - site or not, only the scheme. # - - Header set Referrer-Policy "strict-origin-when-cross-origin" + Header always set Referrer-Policy "strict-origin-when-cross-origin" SSLEngine on