summaryrefslogtreecommitdiffstats
path: root/services/settings/static-dumps/main
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
commit36d22d82aa202bb199967e9512281e9a53db42c9 (patch)
tree105e8c98ddea1c1e4784a60a5a6410fa416be2de /services/settings/static-dumps/main
parentInitial commit. (diff)
downloadfirefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz
firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--services/settings/static-dumps/main/doh-config.json15
-rw-r--r--services/settings/static-dumps/main/doh-providers.json23
-rw-r--r--services/settings/static-dumps/main/moz.build11
3 files changed, 49 insertions, 0 deletions
diff --git a/services/settings/static-dumps/main/doh-config.json b/services/settings/static-dumps/main/doh-config.json
new file mode 100644
index 0000000000..030fa75569
--- /dev/null
+++ b/services/settings/static-dumps/main/doh-config.json
@@ -0,0 +1,15 @@
+{
+ "data": [
+ {
+ "providers": "cloudflare-global, nextdns-global",
+ "rolloutEnabled": false,
+ "steeringEnabled": false,
+ "steeringProviders": "",
+ "autoDefaultEnabled": false,
+ "autoDefaultProviders": "",
+ "id": "global",
+ "last_modified": 1621943462970
+ }
+ ],
+ "timestamp": 1621943462970
+}
diff --git a/services/settings/static-dumps/main/doh-providers.json b/services/settings/static-dumps/main/doh-providers.json
new file mode 100644
index 0000000000..b2e62b7b01
--- /dev/null
+++ b/services/settings/static-dumps/main/doh-providers.json
@@ -0,0 +1,23 @@
+{
+ "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
+ }
+ ],
+ "timestamp": 1621943542621
+}
diff --git a/services/settings/static-dumps/main/moz.build b/services/settings/static-dumps/main/moz.build
new file mode 100644
index 0000000000..cc7658a22a
--- /dev/null
+++ b/services/settings/static-dumps/main/moz.build
@@ -0,0 +1,11 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# 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 += [
+ "doh-config.json",
+ "doh-providers.json",
+]
+
+if CONFIG["MOZ_BUILD_APP"] == "browser":
+ DIST_SUBDIR = "browser"