From 67bb70c23e114303086a370d6f4857f2040965b9 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 29 Jan 2026 10:41:56 +0100 Subject: --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..02ae217 --- /dev/null +++ b/README.rst @@ -0,0 +1,5 @@ +Does not work in TYPO3 v11:: + + $GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'didomiConfig.notice.enable'; + +Reason is that dots get replaced with underscores ``_``, and TYPO3's cache hash calculator only sees "didomiConfig_notice_enable". \ No newline at end of file -- cgit v1.2.3