Fist error in vhost configuration for 'Referrer-Policy'.
This commit is contained in:
parent
cb474e07d7
commit
3e17213c95
@ -1327,7 +1327,7 @@ cat <<EOF >> ${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)
|
||||
# -
|
||||
|
@ -1336,7 +1336,7 @@ cat <<EOF >> ${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)
|
||||
# -
|
||||
|
Loading…
Reference in New Issue
Block a user