Changed irc protocol handling in abrowser, fixes #117571
This commit is contained in:
parent
2400c252c9
commit
d5430f752f
2 changed files with 3 additions and 3 deletions
|
|
@ -101,5 +101,5 @@ pref("browser.contentHandlers.types.1.title", "");
|
||||||
pref("browser.contentHandlers.types.1.uri", "");
|
pref("browser.contentHandlers.types.1.uri", "");
|
||||||
pref("gecko.handlerService.schemes.webcal.0.name", "");
|
pref("gecko.handlerService.schemes.webcal.0.name", "");
|
||||||
pref("gecko.handlerService.schemes.webcal.0.uriTemplate", "");
|
pref("gecko.handlerService.schemes.webcal.0.uriTemplate", "");
|
||||||
pref("gecko.handlerService.schemes.ircs.0.name", "");
|
pref("gecko.handlerService.schemes.irc.0.name", "");
|
||||||
pref("gecko.handlerService.schemes.ircs.0.uriTemplate", "");
|
pref("gecko.handlerService.schemes.irc.0.uriTemplate", "");
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=21
|
VERSION=22
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue