diff options
author | grizzlyuser <grizzlyuser@protonmail.com> | 2020-02-12 13:13:20 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2020-03-13 05:57:41 +0100 |
commit | 050e48ebb7254b5794c619bb914d93c717c41732 (patch) | |
tree | 17dda69bc17db50372425f43a636a3981c71f93c /libre | |
parent | 4d5f93200a6c9312d8feda7141942ce8bc7e634f (diff) | |
download | abslibre-050e48ebb7254b5794c619bb914d93c717c41732.tar.gz abslibre-050e48ebb7254b5794c619bb914d93c717c41732.tar.bz2 abslibre-050e48ebb7254b5794c619bb914d93c717c41732.zip |
Disable 'What's New' gift icon in toolbar and main menu.
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
Diffstat (limited to 'libre')
-rw-r--r-- | libre/iceweasel/vendor.js.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libre/iceweasel/vendor.js.in b/libre/iceweasel/vendor.js.in index f530b75e2..505495fd7 100644 --- a/libre/iceweasel/vendor.js.in +++ b/libre/iceweasel/vendor.js.in @@ -315,3 +315,7 @@ pref("extensions.getAddons.search.browseURL", "https://www.parabola.nu/packages/ // Make extensions work on Mozilla domains pref("extensions.webextensions.restrictedDomains", ""); + +// Disable 'What's New' gift icon in toolbar and main menu. +// It shows downloaded news that sometimes contain links to non-free software like mobile Firefox. +pref("browser.messaging-system.whatsNewPanel.enabled", false); |