docs(admin): remove X-XSS-Protection header from hardening section

Signed-off-by: MichaIng <micha@dietpi.com>
This commit is contained in:
MichaIng
2025-06-28 17:48:03 +02:00
parent 669ebf6b80
commit 934e5d20d1

View File

@ -221,8 +221,6 @@ These include:
- ``X-Content-Type-Options: nosniff``
- Instructs some browsers to not sniff the mimetype of files. This is used for example to prevent browsers from interpreting text files as JavaScript.
- ``X-XSS-Protection: 1; mode=block``
- Instructs browsers to enable their browser side Cross-Site-Scripting filter.
- ``X-Robots-Tag: noindex, nofollow``
- Instructs search machines to not index these pages and not follow any links there.
- ``X-Frame-Options: SAMEORIGIN``