We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b11bb8 commit cf8927dCopy full SHA for cf8927d
1 file changed
admin_manual/configuration_server/harden_server.rst
@@ -186,6 +186,8 @@ These include:
186
- Instructs search machines to not index these pages.
187
- ``X-Frame-Options: SAMEORIGIN``
188
- 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.
191
192
These headers are hard-coded into the Nextcloud server, and need no intervention
193
by the server administrator.
0 commit comments