l 2 websites util: add ownloud headers

This commit is contained in:
lassulus 2016-11-10 22:34:34 +01:00
parent d02cebe5ce
commit dd67d49ea8

View File

@ -79,6 +79,8 @@ rec {
add_header X-Frame-Options "SAMEORIGIN"; add_header X-Frame-Options "SAMEORIGIN";
add_header X-XSS-Protection "1; mode=block"; add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none; add_header X-Robots-Tag none;
add_header X-Download-Options noopen;
add_header X-Permitted-Cross-Domain-Policies none;
# Path to the root of your installation # Path to the root of your installation
root /srv/http/${domain}/; root /srv/http/${domain}/;