We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e3885 commit 7d38893Copy full SHA for 7d38893
admin_manual/installation/harden_server.rst
@@ -221,8 +221,6 @@ These include:
221
222
- ``X-Content-Type-Options: nosniff``
223
- Instructs some browsers to not sniff the mimetype of files. This is used for example to prevent browsers from interpreting text files as JavaScript.
224
-- ``X-XSS-Protection: 1; mode=block``
225
- - Instructs browsers to enable their browser side Cross-Site-Scripting filter.
226
- ``X-Robots-Tag: noindex, nofollow``
227
- Instructs search machines to not index these pages and not follow any links there.
228
- ``X-Frame-Options: SAMEORIGIN``
0 commit comments