From 34061f5b49fc6ae13b41fd4ae243213795536685 Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Mon, 9 Jun 2025 10:10:58 +0100 Subject: [PATCH] Disabled auto capture for posthog --- src/main/resources/templates/fragments/common.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/templates/fragments/common.html b/src/main/resources/templates/fragments/common.html index 02d919b2b..2f7b9df2f 100644 --- a/src/main/resources/templates/fragments/common.html +++ b/src/main/resources/templates/fragments/common.html @@ -147,6 +147,7 @@ api_host: 'https://eu.i.posthog.com', persistence: 'localStorage', person_profiles: 'always', + autocapture: false, mask_all_text: true, mask_all_element_attributes: true, opt_out_capturing_by_default: true