diff --git a/canvasblocker_beta-0.4.3RC5-an+fx.xpi b/canvasblocker_beta-0.4.3RC6-an+fx.xpi similarity index 80% rename from canvasblocker_beta-0.4.3RC5-an+fx.xpi rename to canvasblocker_beta-0.4.3RC6-an+fx.xpi index 95e5b1c..2e22f89 100644 Binary files a/canvasblocker_beta-0.4.3RC5-an+fx.xpi and b/canvasblocker_beta-0.4.3RC6-an+fx.xpi differ diff --git a/lib/intercept.js b/lib/intercept.js index 60f529a..1ebb0b3 100644 --- a/lib/intercept.js +++ b/lib/intercept.js @@ -61,6 +61,7 @@ } scope.preIntercept = function preIntercept({subject: window}, apis){ + settings.forceLoad(); if (!settings.isStillDefault){ scope.intercept({subject: window}, apis); } diff --git a/lib/settings.js b/lib/settings.js index 0aac014..4d350e3 100644 --- a/lib/settings.js +++ b/lib/settings.js @@ -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; } diff --git a/manifest.json b/manifest.json index 9c9f8c6..61db27c 100644 --- a/manifest.json +++ b/manifest.json @@ -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"