Skip to content

Important HTML banner changes

Compare
Choose a tag to compare
@derhansen derhansen released this 21 Apr 16:48
· 3 commits to main since this release
37ab8be

[!!!][TASK] Add extension setting to enable HTML banner type for editors

The output of HTML banners has most likely never worked as expected since the introduction of TYPO3 HTML sanitizer in TYPO3 v9.5, since the Fluid template used <f:format.html> ViewHelper to output the content of a HTML banner. Since no one ever reported a problem with HTML banners until april 2024, it can be assumed, that the HTML banner feature is most likey unused.

As a result and due to security concerns, the feature has been disabled for non-admin users. If non-admin users are required to create HTML banners, the extension setting allowHtmlBannerForNonAdmins must be enabled.

[BUGFIX] Output HTML banner content as is #264