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
This commit is contained in:
Nihanth Subramanya 2021-05-28 11:28:41 +00:00
parent 7d9a998573
commit 518023275d
3 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{
"data": [
{
"providers": "cloudflare-global, nextdns-global",
"rolloutEnabled": false,
"steeringEnabled": false,
"steeringProviders": "",
"autoDefaultEnabled": false,
"autoDefaultProviders": "",
"id": "global",
"last_modified": 1621943462970
}
]
}

View File

@ -0,0 +1,22 @@
{
"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
}
]
}

View File

@ -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",