mirror of https://github.com/vector-im/riot-web
Pass advanced_disable_decide to stop posthog contacting its decide endpoint (#7149)
parent
3c06e7f7a0
commit
8b6778e1d3
|
@ -160,6 +160,7 @@ export class PosthogAnalytics {
|
||||||
capture_pageview: false,
|
capture_pageview: false,
|
||||||
sanitize_properties: this.sanitizeProperties,
|
sanitize_properties: this.sanitizeProperties,
|
||||||
respect_dnt: true,
|
respect_dnt: true,
|
||||||
|
advanced_disable_decide: true,
|
||||||
});
|
});
|
||||||
this.enabled = true;
|
this.enabled = true;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue