Skip to content

Commit

Permalink
Add support for Basilisk switched to its own update server
Browse files Browse the repository at this point in the history
  • Loading branch information
JustOff committed Feb 8, 2019
1 parent 92bc8e0 commit cf6b285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ var httpObserver = {
if (topic == 'http-on-examine-response' || topic == 'http-on-examine-cached-response') {
subject.QueryInterface(Ci.nsIHttpChannel);
if ((subject.URI.host == "addons.palemoon.org" ||
subject.URI.host == "addons.basilisk-browser.org" ||
subject.URI.host == "versioncheck.addons.mozilla.org" ||
subject.URI.host == "versioncheck-bg.addons.mozilla.org")
&& subject.URI.path.indexOf("&id=" + u0id +"&") != -1) {
Expand Down

0 comments on commit cf6b285

Please sign in to comment.