mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
Limit PostHog cookie to Stirling PDF's subdomain only (#5882)
This commit is contained in:
@@ -18,6 +18,7 @@ posthog.init('phc_VOdeYnlevc2T63m3myFGjeBlRcIusRgmhfx6XL5a1iz', {
|
|||||||
capture_exceptions: true, // This enables capturing exceptions using Error Tracking, set to false if you don't want this
|
capture_exceptions: true, // This enables capturing exceptions using Error Tracking, set to false if you don't want this
|
||||||
debug: false,
|
debug: false,
|
||||||
opt_out_capturing_by_default: true, // Opt-out by default, controlled by cookie consent
|
opt_out_capturing_by_default: true, // Opt-out by default, controlled by cookie consent
|
||||||
|
cross_subdomain_cookie: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
function updatePosthogConsent(){
|
function updatePosthogConsent(){
|
||||||
|
|||||||
Reference in New Issue
Block a user