mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-13 00:28:52 +01:00
0.4.3RC6
This commit is contained in:
parent
ea6524ced0
commit
5088fc7426
Binary file not shown.
@ -61,6 +61,7 @@
|
||||
}
|
||||
|
||||
scope.preIntercept = function preIntercept({subject: window}, apis){
|
||||
settings.forceLoad();
|
||||
if (!settings.isStillDefault){
|
||||
scope.intercept({subject: window}, apis);
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user