mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-07-01 23:56:27 +00:00
added "add_header Referrer-Policy "no-referrer" always;" as per official docs
This commit is contained in:
@ -12,6 +12,7 @@ server {
|
|||||||
add_header X-Robots-Tag none;
|
add_header X-Robots-Tag none;
|
||||||
add_header X-Download-Options noopen;
|
add_header X-Download-Options noopen;
|
||||||
add_header X-Permitted-Cross-Domain-Policies none;
|
add_header X-Permitted-Cross-Domain-Policies none;
|
||||||
|
add_header Referrer-Policy "no-referrer" always;
|
||||||
|
|
||||||
location = /robots.txt {
|
location = /robots.txt {
|
||||||
allow all;
|
allow all;
|
||||||
|
Reference in New Issue
Block a user