From c90ef5ebc0d07dd24fce626a836d0bf01a4b173f Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sun, 14 Sep 2025 23:37:15 -0400 Subject: Further updates for version 140. * data/patches/disable-sync.patch: New file. * data/patches/about-addons.patch, data/patches/hide-firefox-view-button.patch, data/patches/hide-protections-dashboard.patch, data/patches/hide-submit-feedback-menu-item.patch, data/patches/icecat-about-dialog.patch: Adapt for version 140. * data/settings.js: Add more customizations to default settings. * makeicecat: Do not synchronize any preferences by default. --- data/patches/hide-protections-dashboard.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/patches/hide-protections-dashboard.patch') diff --git a/data/patches/hide-protections-dashboard.patch b/data/patches/hide-protections-dashboard.patch index f6da18a..d7dc855 100644 --- a/data/patches/hide-protections-dashboard.patch +++ b/data/patches/hide-protections-dashboard.patch @@ -1,6 +1,6 @@ --- a/browser/base/content/browser-siteProtections.js +++ b/browser/base/content/browser-siteProtections.js -@@ -1816,7 +1816,7 @@ +@@ -1950,7 +1950,7 @@ this._trackingProtectionIconContainer.hidden = true; return; } -- cgit v1.2.3