All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add support for frame-ancestors CSP directive
- Add support for nonce attribute output in
generateNonce
method - Add site set
- Migrate to
security/ignorePageTypeRestriction
flag in TCA - Migrate and improve TCA configuration
- Rename
Userfuncs
namespace toUserFunctions
- Migrate to constructor injection and
Connection
class inSecurityHeadersMiddleware
- Migrate and restructure language file
- Update README with new features and examples
- Remove obsolete TCEforms tag from FlexForms
- Remove obsolete
ext_tables.sql
file
- Don't set header if value is empty
- Ensures compatibility with PHP 8.3.
- Convert nonce generation from ViewHelper to TypoScript object to avoid caching problems
- Add support for nonces (for further information check the README)
- Adjust requirements to include both Typo3 11 and 12