mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 21:00:23 +01:00
0.4.3RC5
This commit is contained in:
parent
d577bb5c26
commit
ea6524ced0
Binary file not shown.
@ -606,7 +606,7 @@
|
|||||||
logging.message("Starting synchronous request to wait for settings.");
|
logging.message("Starting synchronous request to wait for settings.");
|
||||||
try {
|
try {
|
||||||
let xhr = new XMLHttpRequest();
|
let xhr = new XMLHttpRequest();
|
||||||
xhr.open("GET", "https://[::]", false);
|
xhr.open("GET", browser.extension.getURL("releaseNotes.txt"), false);
|
||||||
xhr.send();
|
xhr.send();
|
||||||
xhr = null;
|
xhr = null;
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "CanvasBlocker-Beta",
|
"name": "CanvasBlocker-Beta",
|
||||||
"description": "__MSG_addon_description__",
|
"description": "__MSG_addon_description__",
|
||||||
"version": "0.4.3RC4",
|
"version": "0.4.3RC5",
|
||||||
"icons": {
|
"icons": {
|
||||||
"48": "icons/icon.svg",
|
"48": "icons/icon.svg",
|
||||||
"96": "icons/icon.svg"
|
"96": "icons/icon.svg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user