From 46fa3f7dcf87aa331133115a6d4ca48824f490dc Mon Sep 17 00:00:00 2001 From: grizzlyuser Date: Wed, 6 May 2020 23:40:37 +0300 Subject: 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 --- libre/iceweasel/libre.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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 -- cgit v1.2.3