mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
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:
parent
7d9a998573
commit
518023275d
14
services/settings/dumps/main/doh-config.json
Normal file
14
services/settings/dumps/main/doh-config.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"providers": "cloudflare-global, nextdns-global",
|
||||
"rolloutEnabled": false,
|
||||
"steeringEnabled": false,
|
||||
"steeringProviders": "",
|
||||
"autoDefaultEnabled": false,
|
||||
"autoDefaultProviders": "",
|
||||
"id": "global",
|
||||
"last_modified": 1621943462970
|
||||
}
|
||||
]
|
||||
}
|
22
services/settings/dumps/main/doh-providers.json
Normal file
22
services/settings/dumps/main/doh-providers.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user