[SECURITY] Implement Click Jacking Protection
To protect the backend from click jacking attacks a HTTP header needs to be sent, which prevents embedding backend pages in an iframe on domains different than the one used to access the backend. All recommended browsers respect this header and prevents the backend page to be shown in an iframe, so we do not need to implement further JavaScript frame busting solutions. Resolves: #54201 Documentation: #57144 Releases: 6.2 Change-Id: Ic83cae4917bb62ff8fe8b55a947ace7dba86d223 Reviewed-on: https://review.typo3.org/28601 Reviewed-by: Christian Kuhn Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny
Showing
- typo3/init.php 2 additions, 1 deletiontypo3/init.php
- typo3/sysext/core/Classes/Core/Bootstrap.php 15 additions, 0 deletionstypo3/sysext/core/Classes/Core/Bootstrap.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 5 additions, 0 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
Please register or sign in to comment