mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Issue #1508 - Redirect moz://a to http://thereisonlyxul.org/
This commit is contained in:
parent
db9dde67b9
commit
1ad6d00b61
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue