mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-03-08 05:31:52 +00:00
Feature-Policy
had a typo in the statement: add_header Feature-Policy "geolocation 'self'";
This commit is contained in:
@@ -468,7 +468,7 @@ add_header X-Permitted-Cross-Domain-Policies none;
|
|||||||
add_header X-Content-Type-Options "nosniff" always;
|
add_header X-Content-Type-Options "nosniff" always;
|
||||||
add_header X-XSS-Protection "1; mode=block" always;
|
add_header X-XSS-Protection "1; mode=block" always;
|
||||||
add_header Referrer-Policy "no-referrer" always;
|
add_header Referrer-Policy "no-referrer" always;
|
||||||
add_header Feature-Policy "geolocation 'self'"
|
add_header Feature-Policy "geolocation 'self'";
|
||||||
EOF
|
EOF
|
||||||
touch /etc/nginx/optimization.conf
|
touch /etc/nginx/optimization.conf
|
||||||
cat <<EOF >/etc/nginx/optimization.conf
|
cat <<EOF >/etc/nginx/optimization.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user