summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extension/react-app/src/main.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/extension/react-app/src/main.tsx b/extension/react-app/src/main.tsx
index a76bced6..e29a7d5f 100644
--- a/extension/react-app/src/main.tsx
+++ b/extension/react-app/src/main.tsx
@@ -10,9 +10,10 @@ import { PostHogProvider } from "posthog-js/react";
posthog.init("phc_JS6XFROuNbhJtVCEdTSYk6gl5ArRrTNMpCcguAXlSPs", {
api_host: "https://app.posthog.com",
+ disable_session_recording: true,
session_recording: {
// WARNING: Only enable this if you understand the security implications
- recordCrossOriginIframes: true,
+ // recordCrossOriginIframes: true,
} as any,
});