We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nextcloud 14 checks in the setupchecks if the Referrer-Policy header is set (See: nextcloud/server#9122). However, there is no reference to it in the nginx configuration example (https://github.com/nextcloud/documentation/blob/master/admin_manual/installation/nginx.rst).
The text was updated successfully, but these errors were encountered:
here's options for nginx virtualhost
add_header X-Content-Type-Options nosniff; 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; add_header Referrer-Policy no-referrer; # Remove X-Powered-By, which is an information leak fastcgi_hide_header X-Powered-By;
Sorry, something went wrong.
Fixed in #856
No branches or pull requests
Nextcloud 14 checks in the setupchecks if the Referrer-Policy header is set (See: nextcloud/server#9122).
However, there is no reference to it in the nginx configuration example (https://github.com/nextcloud/documentation/blob/master/admin_manual/installation/nginx.rst).
The text was updated successfully, but these errors were encountered: