Commit 51802327 authored by Nihanth Subramanya's avatar Nihanth Subramanya
Browse files

Bug 1690105 - Add initial JSON dumps for doh-providers and doh-config...

Bug 1690105 - Add initial JSON dumps for doh-providers and doh-config collections. r=Gijs,necko-reviewers,dragana

Differential Revision: https://phabricator.services.mozilla.com/D115895
parent 7d9a9985
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
{
  "data": [
    {
      "providers": "cloudflare-global, nextdns-global",
      "rolloutEnabled": false,
      "steeringEnabled": false,
      "steeringProviders": "",
      "autoDefaultEnabled": false,
      "autoDefaultProviders": "",
      "id": "global",
      "last_modified": 1621943462970
    }
  ]
}
+22 −0
Original line number Diff line number Diff line
{
  "data": [
    {
      "uri": "https://firefox.dns.nextdns.io/",
      "UIName": "NextDNS",
      "schema": 1621819183640,
      "autoDefault": false,
      "canonicalName": "",
      "id": "nextdns-global",
      "last_modified": 1621943542621
    },
    {
      "uri": "https://mozilla.cloudflare-dns.com/dns-query",
      "UIName": "Cloudflare",
      "schema": 1621819221428,
      "autoDefault": true,
      "canonicalName": "",
      "id": "cloudflare-global",
      "last_modified": 1621943542615
    }
  ]
}
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@

FINAL_TARGET_FILES.defaults.settings.main += [
    "anti-tracking-url-decoration.json",
    "doh-config.json",
    "doh-providers.json",
    "example.json",
    "hijack-blocklists.json",
    "language-dictionaries.json",