Skip to content

Commit cf8927d

Browse files
authored
Add hint for Referrer-Policy
Signed-off-by: Patrik Kernstock <info@pkern.at> Related to nextcloud/server#11798
1 parent 2b11bb8 commit cf8927d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

admin_manual/configuration_server/harden_server.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ These include:
186186
- Instructs search machines to not index these pages.
187187
- ``X-Frame-Options: SAMEORIGIN``
188188
- Prevents embedding of the Nextcloud instance within an iframe from other domains to prevent Clickjacking and other similar attacks.
189+
- ``Referrer-Policy: no-referrer``
190+
- The default `no-referrer` policy instructs the browser not to send referrer information along with requests to any origin.
189191

190192
These headers are hard-coded into the Nextcloud server, and need no intervention
191193
by the server administrator.

0 commit comments

Comments
 (0)