This commit is contained in:
wolfbeast 2020-04-03 18:16:41 +02:00 committed by Roy Tam
commit 1ad6d00b61

View file

@ -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 = {