eibiflo / cf_cookiemanager

Simple Typo3 Cookie Manager
GNU General Public License v2.0
10 stars 4 forks source link

Middleware Content Manager #10

Closed eibiflo closed 9 months ago

eibiflo commented 9 months ago

Adapting the isHTML function to a more elegant version that only overrides content with HTML tags containing iframe and script.

The current issue is that it processes every HTML content and removes HTML entities, turning "&"automatically into "&" which causes an error in the sitemap, for example.

The problem doesn't occur when only legitimate content is processed.

To temporarily fix the issue, you need to install version 1.3.1 because version 1.3.2 contains this bug. @eibiflo write a Unit Test case for such a stuff.