Add more http headers to the owncloud vhost.

This commit is contained in:
Markus 2016-04-12 16:52:27 +02:00
parent f90df2aae9
commit 70c4185053
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ server {
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;
add_header X-Permitted-Cross-Domain-Policies none;
root /var/www/owncloud/;