diff options
author | Mark H Weaver <mhw@netris.org> | 2025-09-14 23:37:15 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2025-09-15 00:02:22 -0400 |
commit | c90ef5ebc0d07dd24fce626a836d0bf01a4b173f (patch) | |
tree | 2e5c4bd776b467b29505c1e587c15a824a9f78f1 /data/patches/hide-protections-dashboard.patch | |
parent | 36f15dbc57096ff29d24bf76ee503c0292520b7c (diff) | |
download | gnuzilla-c90ef5ebc0d07dd24fce626a836d0bf01a4b173f.tar.gz |
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.
Diffstat (limited to 'data/patches/hide-protections-dashboard.patch')
-rw-r--r-- | data/patches/hide-protections-dashboard.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |