gnuzilla

default description
git clone https://git.awy.one/gnuzilla.git
Log | Files | Refs | README | LICENSE

commit 4330e142e3e19a8f0c31edba964afc9f955446c4
parent 30abc08d7f6688da0d74a2748a5ec7d11d706a21
Author: Mark H Weaver <mhw@netris.org>
Date:   Mon, 15 Sep 2025 13:06:51 -0400

Remove the "Terms of Use" link from the "About" dialog.

* data/patches/icecat-about-dialog.patch: Update patch to remove
the link.

Diffstat:
Mdata/patches/icecat-about-dialog.patch | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/data/patches/icecat-about-dialog.patch b/data/patches/icecat-about-dialog.patch @@ -9,10 +9,11 @@ <label is="text-link" href="https://www.mozilla.org/?utm_source=firefox-browser&#38;utm_medium=firefox-desktop&#38;utm_campaign=about-dialog" data-l10n-name="community-mozillaLink"/> <label is="text-link" useoriginprincipal="true" href="about:credits" data-l10n-name="community-creditsLink"/> </description> -@@ -139,7 +139,6 @@ +@@ -138,8 +138,6 @@ + <vbox id="bottomBox"> <hbox pack="center"> <label is="text-link" class="bottom-link" useoriginprincipal="true" href="about:license" data-l10n-id="bottomLinks-license"/> - <label is="text-link" class="bottom-link" href="https://www.mozilla.org/about/legal/terms/firefox/" data-l10n-id="bottom-links-terms"/> +- <label is="text-link" class="bottom-link" href="https://www.mozilla.org/about/legal/terms/firefox/" data-l10n-id="bottom-links-terms"/> - <label is="text-link" class="bottom-link" href="https://www.mozilla.org/privacy/firefox/?utm_source=firefox-browser&#38;utm_medium=firefox-desktop&#38;utm_campaign=about-dialog" data-l10n-id="bottom-links-privacy"/> </hbox> <description id="trademark" data-l10n-id="trademarkInfo"></description>