[TASK] Add HTTP security headers for backend by default
The TYPO3 backend currently adds a `X-Frame-Options: SAMEORIGIN` HTTP security header to prevent clickjacking attacks. It is however possible to use several other HTTP security headers for TYPO3 backend requests as well. This change adds the following HTTP security headers by default for TYPO3 backend requests: * `Strict-Transport-Security: max-age=31536000` (only if :php:`$GLOBALS[TYPO3_CONF_VARS][BE][lockSSL]` is active) * `X-Content-Type-Options: nosniff` * `Referrer-Policy: strict-origin-when-cross-origin` Resolves: #100032 Releases: main Signed-off-by:Torben Hansen <derhansen@gmail.com> Change-Id: Icee3ecb92659e665440ff7a1505efa5f7033d6b5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77946 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Classes/Middleware/AdditionalResponseHeaders.php 6 additions, 0 deletions.../backend/Classes/Middleware/AdditionalResponseHeaders.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 3 additions, 0 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Documentation/Changelog/12.3/Important-100032-AddHTTPSecurityHeadersForBackendByDefault.rst 33 additions, 0 deletions...tant-100032-AddHTTPSecurityHeadersForBackendByDefault.rst
Please register or sign in to comment