summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgrizzlyuser <grizzlyuser@protonmail.com>2023-11-21 17:03:36 +0100
committerbill-auger <mr.j.spam.me@gmail.com>2024-02-25 11:30:16 -0500
commitcdf4e44bfd5b8aef140a8b2c55b146248fde469d (patch)
tree0b7b558aef66467907009bdc024416a4b51df172 /src
parentcc16863e4756839a1ffc3c4bf4c292892a058d36 (diff)
120.0120.0-1
It looks like 115.0 could also be used instead, because the recent change got removed upstream.
Diffstat (limited to 'src')
-rw-r--r--src/patches/iceweasel-branding/Determine-which-phishing-shavar-to-use.patch11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/patches/iceweasel-branding/Determine-which-phishing-shavar-to-use.patch b/src/patches/iceweasel-branding/Determine-which-phishing-shavar-to-use.patch
index 44611ee..2fdab0a 100644
--- a/src/patches/iceweasel-branding/Determine-which-phishing-shavar-to-use.patch
+++ b/src/patches/iceweasel-branding/Determine-which-phishing-shavar-to-use.patch
@@ -14,14 +14,13 @@ index e205cd4c55..d12adbb558 100644
#else
pref("urlclassifier.phishTable", "googpub-phish-proto,moztest-phish-simple");
diff --git a/modules/libpref/moz.build b/modules/libpref/moz.build
-index 63c4608a88..96f1712dc2 100644
+index d9c9384e97..ef67ae371e 100644
--- a/modules/libpref/moz.build
+++ b/modules/libpref/moz.build
-@@ -175,3 +175,6 @@ else:
-
- if CONFIG["MOZ_PHC"]:
- DEFINES["MOZ_PHC"] = True
+@@ -174,3 +174,6 @@ if CONFIG["MOZ_BACKGROUNDTASKS"]:
+ FINAL_TARGET_PP_FILES += [
+ "greprefs.js",
+ ]
+
+if CONFIG['MOZ_OFFICIAL_BRANDING']:
+ DEFINES['MOZ_OFFICIAL_BRANDING'] = True
-