From f00f33d7a974c6a7d7a49c6d8378cf0fcc625665 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 14 Jun 2022 16:14:08 +0100 Subject: [PATCH] Remove all mentions of Piwik (#378) * Remove all mentions of Piwik * Maintain privacy_policy_url --- element.io/nightly/config.json | 6 +----- element.io/release/config.json | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/element.io/nightly/config.json b/element.io/nightly/config.json index 1e31294..5b7a6ec 100644 --- a/element.io/nightly/config.json +++ b/element.io/nightly/config.json @@ -15,11 +15,6 @@ "bug_report_endpoint_url": "https://element.io/bugreports/submit", "uisi_autorageshake_app": "element-auto-uisi", "showLabsSettings": true, - "piwik": { - "url": "https://piwik.riot.im/", - "siteId": 1, - "policyUrl": "https://element.io/cookie-policy" - }, "roomDirectory": { "servers": [ "matrix.org", @@ -49,6 +44,7 @@ "projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", "apiHost": "https://posthog.element.io" }, + "privacy_policy_url": "https://element.io/cookie-policy", "features": { "feature_spotlight": true, "feature_video_rooms": true diff --git a/element.io/release/config.json b/element.io/release/config.json index 3135620..ec3dcaa 100644 --- a/element.io/release/config.json +++ b/element.io/release/config.json @@ -22,11 +22,6 @@ ] }, "showLabsSettings": false, - "piwik": { - "url": "https://piwik.riot.im/", - "siteId": 1, - "policyUrl": "https://element.io/cookie-policy" - }, "enable_presence_by_hs_url": { "https://matrix.org": false, "https://matrix-client.matrix.org": false @@ -45,5 +40,6 @@ "projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", "apiHost": "https://posthog.element.io" }, + "privacy_policy_url": "https://element.io/cookie-policy", "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" }