1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

[fix] nginx SAMEORIGIN

This commit is contained in:
Rafi59 2017-07-13 20:41:34 +02:00 committed by GitHub
parent e585e55cb2
commit 3bcded45e4

View file

@ -15,7 +15,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;