Set X-Frame-Options for nextcloud
This commit is contained in:
parent
4f74256555
commit
30e8d9d31c
@ -44,6 +44,7 @@ http {
|
||||
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 Referrer-Policy no-referrer;
|
||||
|
||||
root /var/www/html;
|
||||
|
Reference in New Issue
Block a user