mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-04-19 12:09:21 +00:00
added "add_header Referrer-Policy "no-referrer" always;" as per official docs
This commit is contained in:
parent
06d65f7fe8
commit
1bf7360aa6
@ -12,6 +12,7 @@ server {
|
||||
add_header X-Robots-Tag none;
|
||||
add_header X-Download-Options noopen;
|
||||
add_header X-Permitted-Cross-Domain-Policies none;
|
||||
add_header Referrer-Policy "no-referrer" always;
|
||||
|
||||
location = /robots.txt {
|
||||
allow all;
|
||||
|
Loading…
x
Reference in New Issue
Block a user