mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
[fix] SAMEORIGIN
This commit is contained in:
parent
3bcded45e4
commit
c97a76eae5
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ location ^~ #LOCATION# {
|
|||
# Add headers to serve security related headers
|
||||
add_header Strict-Transport-Security "max-age=15768000;";
|
||||
add_header X-Content-Type-Options nosniff;
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
add_header X-XSS-Protection "1; mode=block";
|
||||
add_header X-Robots-Tag none;
|
||||
add_header X-Download-Options noopen;
|
||||
|
|
Loading…
Add table
Reference in a new issue