Commit 1a0bbcf5 authored by cypherpunks1's avatar cypherpunks1 Committed by Pier Angelo Vendrame
Browse files

BB 41092: Add a RemoteSettings JSON dump for query-stripping

parent 693fbcb1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2,6 +2,10 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

FINAL_TARGET_FILES.defaults.settings.main += [
    "query-stripping.json",
]

if CONFIG["MOZ_BUILD_APP"] == "browser":
    DIST_SUBDIR = "browser"

+44 −0
Original line number Diff line number Diff line
{
  "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
}