Skip to content

Commit 7d38893

Browse files
committed
docs(admin): remove X-XSS-Protection header from hardening section
Signed-off-by: MichaIng <[email protected]>
1 parent 38e3885 commit 7d38893

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

admin_manual/installation/harden_server.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ These include:
221221

222222
- ``X-Content-Type-Options: nosniff``
223223
- 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.
226224
- ``X-Robots-Tag: noindex, nofollow``
227225
- Instructs search machines to not index these pages and not follow any links there.
228226
- ``X-Frame-Options: SAMEORIGIN``

0 commit comments

Comments
 (0)