Skip to content

Releases: LimeSoda/ls_security_headers

v2.0.0

22 Oct 10:06
Compare
Choose a tag to compare

Added

  • Add support for nonce attribute output in generateNonce method
  • Add site set

Changed

  • Migrate to security/ignorePageTypeRestriction flag in TCA
  • Migrate and improve TCA configuration
  • Rename Userfuncs namespace to UserFunctions
  • Migrate to constructor injection and Connection class in SecurityHeadersMiddleware
  • Migrate and restructure language file
  • Update README with new features and examples

Removed

  • Drop TYPO3 11.5/12.4 support
  • Remove obsolete TCEforms tag from FlexForms
  • Remove obsolete ext_tables.sql file

v1.3.2

22 Oct 10:29
Compare
Choose a tag to compare

Fixed

  • Don't set header if value is empty

v1.3.1

31 Jul 08:35
Compare
Choose a tag to compare

Changed

  • Ensures compatibility with PHP 8.3.

v1.3.0

25 Apr 08:58
Compare
Choose a tag to compare

Changed

  • Convert nonce generation from ViewHelper to TypoScript object to avoid caching problems

v1.2.0

20 Apr 14:39
Compare
Choose a tag to compare

Added

  • Add support for nonces (for further information check the README)

v1.1.0

29 Mar 08:19
Compare
Choose a tag to compare

Changed

  • Adjust requirements to include both Typo3 11 and 12

Initial release

04 Jan 08:41
1bb442b
Compare
Choose a tag to compare
v1.0.0

Add LICENSE file