diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-03 18:16:41 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-03 18:16:41 +0200 |
commit | a333257d762ccb56ea3d81cd748f132440f7e79e (patch) | |
tree | b0b94a98b9e93ec9f26ac49de3d508a488a109a7 /toolkit | |
parent | 7630b1c56e5ff5dda7c69fc43fb4205c6ddaff3b (diff) | |
download | UXP-a333257d762ccb56ea3d81cd748f132440f7e79e.tar UXP-a333257d762ccb56ea3d81cd748f132440f7e79e.tar.gz UXP-a333257d762ccb56ea3d81cd748f132440f7e79e.tar.lz UXP-a333257d762ccb56ea3d81cd748f132440f7e79e.tar.xz UXP-a333257d762ccb56ea3d81cd748f132440f7e79e.zip |
Issue #1508 - Redirect moz://a to http://thereisonlyxul.org/
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/components/mozprotocol/mozProtocolHandler.js | 2 |
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 = { |