commit e3c98218ce011bca92c043e3efd4d9661c1b16a5
parent ecfb0b21d71b05b3920a5d63e63731c23a315e32
Author: cypherpunks1 <2478-cypherpunks1@gitlab.torproject.org>
Date: Mon, 3 Jul 2023 12:25:15 -0800
BB 41092: Add a RemoteSettings JSON dump for query-stripping
Diffstat:
2 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/services/settings/static-dumps/main/moz.build b/services/settings/static-dumps/main/moz.build
@@ -8,4 +8,5 @@ if CONFIG["MOZ_BUILD_APP"] == "browser":
FINAL_TARGET_FILES.defaults.settings.main += [
"doh-config.json",
"doh-providers.json",
+ "query-stripping.json",
]
diff --git a/services/settings/static-dumps/main/query-stripping.json b/services/settings/static-dumps/main/query-stripping.json
@@ -0,0 +1,44 @@
+{
+ "data": [
+ {
+ "schema": 1678379807899,
+ "allowList": [],
+ "stripList": [
+ "gclid",
+ "dclid",
+ "msclkid",
+ "_openstat",
+ "yclid",
+ "wickedid",
+ "twclid",
+ "_hsenc",
+ "__hssc",
+ "__hstc",
+ "__hsfp",
+ "hsctatracking",
+ "wbraid",
+ "gbraid",
+ "ysclid"
+ ],
+ "id": "85078bad-f31e-4d93-bb8a-81088b25d6dd",
+ "last_modified": 1678736907773
+ },
+ {
+ "schema": 1649695008608,
+ "allowList": [],
+ "stripList": [
+ "mc_eid",
+ "oly_anon_id",
+ "oly_enc_id",
+ "__s",
+ "vero_id",
+ "_hsenc",
+ "mkt_tok",
+ "fbclid"
+ ],
+ "id": "76495cfc-fac9-4079-9b5f-9ff0784484de",
+ "last_modified": 1649762862679
+ }
+ ],
+ "timestamp": 1678736907773
+}