This commit is contained in:
Fedor 2020-04-12 12:55:45 +03:00
parent 25b944ab11
commit 5f57d89899
1 changed files with 1 additions and 1 deletions

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