summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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 = {