From 3e17213c95b7d121f25c7e8f3e28ca16533316f6 Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 15 Mar 2018 17:39:28 +0100 Subject: [PATCH] Fist error in vhost configuration for 'Referrer-Policy'. --- install_postfixadmin.sh | 2 +- install_roundcube.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install_postfixadmin.sh b/install_postfixadmin.sh index f0c9940..0da5815 100755 --- a/install_postfixadmin.sh +++ b/install_postfixadmin.sh @@ -1327,7 +1327,7 @@ cat <> ${APACHE_VHOST_DIR}/${WEBSITE_NAME}.conf 2>> $log_file # - linked to the resource being requested. By checking the referrer, the new # - webpage can see where the request originated. # - - Header set Referrer-Policy "strict-origin-when-cross-origin + Header set Referrer-Policy "strict-origin-when-cross-origin" # - HTTP Strict Transport Security (HSTS) # - diff --git a/install_roundcube.sh b/install_roundcube.sh index e384320..9882779 100755 --- a/install_roundcube.sh +++ b/install_roundcube.sh @@ -1336,7 +1336,7 @@ cat <> ${APACHE_VHOST_DIR}/${WEBSITE_NAME}.conf 2>> $log_file # - linked to the resource being requested. By checking the referrer, the new # - webpage can see where the request originated. # - - Header set Referrer-Policy "strict-origin-when-cross-origin + Header set Referrer-Policy "strict-origin-when-cross-origin" # - HTTP Strict Transport Security (HSTS) # -