LeOSium-WF/waterfoxPatches/0015-bildgradle.patch

49 lines
1.7 KiB
Diff

From 75fcf1488286f339495e7acf2e04dfed57d8de8e Mon Sep 17 00:00:00 2001
From: harvey186 <harvey186@hotmail.com>
Date: Mon, 30 Jun 2025 10:07:02 +0200
Subject: [PATCH] 0015-bildgradle
---
app/build.gradle | 4 ++--
app/src/main/assets/geckoview-config.yaml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle
index 7d4e38231..ab9157026 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -348,7 +348,7 @@ dependencies {
implementation libs.google.accompanist.swiperefresh
implementation libs.coil
- implementation libs.sentry
+// implementation libs.sentry
implementation libs.mozilla.compose.awesomebar
@@ -430,7 +430,7 @@ dependencies {
implementation libs.mozilla.ui.tabcounter
implementation libs.mozilla.lib.crash
- implementation libs.lib.crash.sentry
+// implementation libs.lib.crash.sentry
implementation libs.mozilla.lib.push.firebase
implementation libs.mozilla.lib.state
implementation libs.mozilla.lib.dataprotect
diff --git a/app/src/main/assets/geckoview-config.yaml b/app/src/main/assets/geckoview-config.yaml
index dbd1d2455..28ece36d0 100644
--- a/app/src/main/assets/geckoview-config.yaml
+++ b/app/src/main/assets/geckoview-config.yaml
@@ -1,6 +1,6 @@
prefs:
network.trr.mode: 0
- network.trr.ohttp.config_uri: "https://dooh.cloudflare-dns.com/.well-known/doohconfig"
- network.trr.ohttp.uri: "https://dooh.cloudflare-dns.com/dns-query"
+ network.trr.ohttp.config_uri: "https://dooh.quad9.com/.well-known/doohconfig"
+ network.trr.ohttp.uri: "https://dooh.quad9/dns-query"
network.trr.ohttp.relay_uri: "https://dooh.waterfox.net/"
network.trr.use_ohttp: true
--
2.34.1