From 449d530a3037e65cb045bcd2cb8a28d33ce1493a Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Fri, 3 Apr 2020 18:16:41 +0200 Subject: Issue #1508 - Redirect moz://a to http://thereisonlyxul.org/ --- toolkit/components/mozprotocol/mozProtocolHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/components/mozprotocol/mozProtocolHandler.js b/toolkit/components/mozprotocol/mozProtocolHandler.js index a92483f6a..97bfb737e 100644 --- a/toolkit/components/mozprotocol/mozProtocolHandler.js +++ b/toolkit/components/mozprotocol/mozProtocolHandler.js @@ -11,7 +11,7 @@ Cu.import("resource://gre/modules/NetUtil.jsm"); function mozProtocolHandler() { XPCOMUtils.defineLazyPreferenceGetter(this, "urlToLoad", "toolkit.mozprotocol.url", - "https://www.mozilla.org/protocol"); + "http://thereisonlyxul.org/"); } mozProtocolHandler.prototype = { -- cgit v1.2.3