summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-03 18:16:41 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-03 18:16:41 +0200
commit14862a4ce978335733939bead1b0937d7fb64a5d (patch)
treeb0b94a98b9e93ec9f26ac49de3d508a488a109a7
parent16b0b3f38b33282c44c1cf33325689c42715e821 (diff)
downloaduxp-14862a4ce978335733939bead1b0937d7fb64a5d.tar.gz
Issue mcp-graveyard/UXP#1508 - Redirect moz://a to http://thereisonlyxul.org/
-rw-r--r--toolkit/components/mozprotocol/mozProtocolHandler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/components/mozprotocol/mozProtocolHandler.js b/toolkit/components/mozprotocol/mozProtocolHandler.js
index a92483f6a2..97bfb737e4 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 = {