This commit is contained in:
kkapsner 2017-12-16 00:11:47 +01:00
parent d577bb5c26
commit ea6524ced0
3 changed files with 2 additions and 2 deletions

View File

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

View File

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