diff options
author | grizzlyuser <grizzlyuser@protonmail.com> | 2020-05-06 23:40:37 +0300 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2020-05-12 22:15:02 +0200 |
commit | 46fa3f7dcf87aa331133115a6d4ca48824f490dc (patch) | |
tree | f1720bea481f8ddde8b911d8a57eefa4cd8f4aa2 | |
parent | 4ab3fd7ba85ce601afec2843dda54df3f5d14ee8 (diff) | |
download | abslibre-46fa3f7dcf87aa331133115a6d4ca48824f490dc.tar.gz abslibre-46fa3f7dcf87aa331133115a6d4ca48824f490dc.tar.bz2 abslibre-46fa3f7dcf87aa331133115a6d4ca48824f490dc.zip |
libre/iceweasel: Remove nonfree handlers in Preferences - Applications
All of them download and execute JavaScript code for which I couldn't
find any proof of their free licensing.
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
-rw-r--r-- | libre/iceweasel/libre.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libre/iceweasel/libre.patch b/libre/iceweasel/libre.patch index e4adb501a..9e94a0ae4 100644 --- a/libre/iceweasel/libre.patch +++ b/libre/iceweasel/libre.patch @@ -315,3 +315,24 @@ index 02eb150..abb3af9 100644 trigger: { id: "showOnboarding" }, }, { +diff --git a/browser/locales/en-US/chrome/browser-region/region.properties b/browser/locales/en-US/chrome/browser-region/region.properties +index 4c4ea76..e0f2880 100644 +--- a/browser/locales/en-US/chrome/browser-region/region.properties ++++ b/browser/locales/en-US/chrome/browser-region/region.properties +@@ -9,16 +9,3 @@ + # don't make any spelling errors here. + gecko.handlerService.defaultHandlersVersion=4 + +-# The default set of protocol handlers for mailto: +-gecko.handlerService.schemes.mailto.0.name=Yahoo! Mail +-gecko.handlerService.schemes.mailto.0.uriTemplate=https://compose.mail.yahoo.com/?To=%s +-gecko.handlerService.schemes.mailto.1.name=Gmail +-gecko.handlerService.schemes.mailto.1.uriTemplate=https://mail.google.com/mail/?extsrc=mailto&url=%s +- +-# The default set of protocol handlers for irc: +-gecko.handlerService.schemes.irc.0.name=Mibbit +-gecko.handlerService.schemes.irc.0.uriTemplate=https://www.mibbit.com/?url=%s +- +-# The default set of protocol handlers for ircs: +-gecko.handlerService.schemes.ircs.0.name=Mibbit +-gecko.handlerService.schemes.ircs.0.uriTemplate=https://www.mibbit.com/?url=%s |