aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2026-01-29 10:41:56 +0100
committerChristian Weiske <cweiske@cweiske.de>2026-01-29 10:41:56 +0100
commit67bb70c23e114303086a370d6f4857f2040965b9 (patch)
tree1964ce18640bb04898b058bbb88ada5d9c2d3947
download953-master.tar.gz
953-master.zip
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
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