Merge pull request #4 from rokube/master

Added Referrer-Policy HTTP Security Header for Nextcloud Nginx.
This commit is contained in:
hoellen 2018-03-01 10:15:01 +01:00 committed by GitHub
commit 191df0f1ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ server {
add_header X-Robots-Tag none;
add_header X-Download-Options noopen;
add_header X-Permitted-Cross-Domain-Policies none;
add_header Referrer-Policy "same-origin";
location = /robots.txt {
allow all;