xperseguers / t3ext-cloudflare

The Cloudflare TYPO3 extension ensures your TYPO3 website is running optimally on the Cloudflare platform.
https://extensions.typo3.org/extension/cloudflare
GNU General Public License v3.0
7 stars 11 forks source link

[BUGFIX] Do not rely on JS when configuring extension since TYPO3 v12 #31

Open xperseguers opened 3 weeks ago

xperseguers commented 3 weeks ago

It was not correctly detected, but JS cannot be used at all anymore in Admin Tools > Settings > Extension Configuration, even with proper CSP in place.

As such, we need to backport the trick we found for TYPO3 v13.

Resolves: #30