xperseguers / t3ext-image_autoresize

TYPO3 Extension image_autoresize. Simplify the way your editors may upload their images.
https://extensions.typo3.org/extension/image_autoresize
GNU General Public License v3.0
16 stars 22 forks source link

[BUGFIX] Prevent possible CSP violations in TYPO3 v12 #102

Closed xperseguers closed 6 months ago

xperseguers commented 6 months ago

Whenever [SYS][features][security.backend.enforceContentSecurityPolicy] is enabled, we need to properly generate inline script tags.

Resolves: #92