From 34069e2476282d5686a477a7cab0e6daa2d0df2d 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/+/80473
Tested-by: Stefan B�rk <stefan@buerk.tech>
Reviewed-by: Stefan B�rk <stefan@buerk.tech>
Tested-by: core-ci <typo3@b13.com>
---
 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 46b6f82b235b..e9d3cb8618d7 100644
--- a/typo3/sysext/core/Configuration/DefaultConfiguration.php
+++ b/typo3/sysext/core/Configuration/DefaultConfiguration.php
@@ -1456,6 +1456,7 @@ return [
                 // Piwik
                 'pk_campaign',
                 'pk_kwd',
+                '_stg_debug',
                 // Google
                 'utm_source',
                 'utm_medium',
-- 
GitLab