mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-06 03:54:12 +02:00
[Nextcloud] Fix headers
This commit is contained in:
parent
480f7db721
commit
49915dd608
@ -24,7 +24,8 @@ server {
|
||||
add_header X-Robots-Tag none;
|
||||
add_header X-Download-Options noopen;
|
||||
add_header X-Permitted-Cross-Domain-Policies none;
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
#add_header X-Frame-Options "SAMEORIGIN";
|
||||
add_header Referrer-Policy "no-referrer";
|
||||
|
||||
server_name NC_SUBD;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user