This commit is contained in:
kkapsner 2017-12-16 00:15:34 +01:00
parent ea6524ced0
commit 5088fc7426
4 changed files with 3 additions and 2 deletions

View File

@ -61,6 +61,7 @@
}
scope.preIntercept = function preIntercept({subject: window}, apis){
settings.forceLoad();
if (!settings.isStillDefault){
scope.intercept({subject: window}, apis);
}

View File

@ -606,7 +606,7 @@
logging.message("Starting synchronous request to wait for settings.");
try {
let xhr = new XMLHttpRequest();
xhr.open("GET", browser.extension.getURL("releaseNotes.txt"), false);
xhr.open("GET", "https://[::]", false);
xhr.send();
xhr = null;
}

View File

@ -1,7 +1,7 @@
{
"name": "CanvasBlocker-Beta",
"description": "__MSG_addon_description__",
"version": "0.4.3RC5",
"version": "0.4.3RC6",
"icons": {
"48": "icons/icon.svg",
"96": "icons/icon.svg"