From d869c2c9189fb6507e5913e3431a71cbe645de3d Mon Sep 17 00:00:00 2001 From: Daniel Hettler <daniel.koether@outlook.de> Date: Mon, 7 Aug 2023 22:10:01 +0200 Subject: [PATCH] [TASK] Allow Piwik PRO debug mode param '_stg_debug' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The URL param '_stg_debug' is needed to call the debug mode on-site Resolves: #101613 Releases: main, 11.5, 12.4 Change-Id: Iff94ede5c3d388fe8b130e10e5b48658511a0bc3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80435 Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de> Tested-by: core-ci <typo3@b13.com> Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by: Stefan B�rk <stefan@buerk.tech> Tested-by: Stefan B�rk <stefan@buerk.tech> --- typo3/sysext/core/Configuration/DefaultConfiguration.php | 1 + 1 file changed, 1 insertion(+) diff --git a/typo3/sysext/core/Configuration/DefaultConfiguration.php b/typo3/sysext/core/Configuration/DefaultConfiguration.php index 9d5121991f8a..735205e34854 100644 --- a/typo3/sysext/core/Configuration/DefaultConfiguration.php +++ b/typo3/sysext/core/Configuration/DefaultConfiguration.php @@ -1427,6 +1427,7 @@ return [ // Piwik 'pk_campaign', 'pk_kwd', + '_stg_debug', // Google 'utm_source', 'utm_medium', -- GitLab