diff options
author | Mark H Weaver <mhw@netris.org> | 2019-11-20 21:42:06 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-11-20 21:42:44 -0500 |
commit | 12b8db108edb266c9e9f0cfc856ca1b613a03180 (patch) | |
tree | 687818fc95bcae488d1372ef80c86c3b3bf361bf /data/patches | |
parent | 11f5f267785cd0ebc3cf29ac18ea87508964b6b7 (diff) |
Remove "Privacy Policy" link from about dialog.
* data/patches/icecat-about-dialog.patch: New file.
Diffstat (limited to 'data/patches')
-rw-r--r-- | data/patches/icecat-about-dialog.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/patches/icecat-about-dialog.patch b/data/patches/icecat-about-dialog.patch new file mode 100644 index 0000000..2e6c205 --- /dev/null +++ b/data/patches/icecat-about-dialog.patch @@ -0,0 +1,10 @@ +--- a/browser/base/content/aboutDialog.xul.orig 2019-10-16 15:29:49.000000000 -0400 ++++ b/browser/base/content/aboutDialog.xul 2019-11-20 21:39:21.693714855 -0500 +@@ -147,7 +147,6 @@ + <hbox pack="center"> + <label is="text-link" class="bottom-link" useoriginprincipal="true" href="about:license" data-l10n-id="bottomLinks-license"></label> + <label is="text-link" class="bottom-link" useoriginprincipal="true" href="about:rights" data-l10n-id="bottomLinks-rights"></label> +- <label is="text-link" class="bottom-link" href="https://www.mozilla.org/privacy/" data-l10n-id="bottomLinks-privacy"></label> + </hbox> + <description id="trademark" data-l10n-id="trademarkInfo"></description> + </vbox> |