mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
Merge pull request #897 from nextcloud/update-referrerpolicy
Add hint for Referrer-Policy
This commit is contained in:
@@ -186,6 +186,8 @@ These include:
|
||||
- Instructs search machines to not index these pages.
|
||||
- ``X-Frame-Options: SAMEORIGIN``
|
||||
- Prevents embedding of the Nextcloud instance within an iframe from other domains to prevent Clickjacking and other similar attacks.
|
||||
- ``Referrer-Policy: no-referrer``
|
||||
- The default `no-referrer` policy instructs the browser not to send referrer information along with requests to any origin.
|
||||
|
||||
These headers are hard-coded into the Nextcloud server, and need no intervention
|
||||
by the server administrator.
|
||||
|
||||
Reference in New Issue
Block a user