mirror of https://github.com/gorhill/uBlock.git
injected script can throw
This commit is contained in:
parent
11f349f54a
commit
334855dcf7
|
@ -284,8 +284,12 @@ const contentObserver = {
|
|||
let lss = Services.scriptloader.loadSubScript;
|
||||
let sandbox = this.initContentScripts(win, true);
|
||||
|
||||
try {
|
||||
lss(this.contentBaseURI + 'vapi-client.js', sandbox);
|
||||
lss(this.contentBaseURI + 'contentscript-start.js', sandbox);
|
||||
} catch (ex) {
|
||||
return;
|
||||
}
|
||||
|
||||
let docReady = (e) => {
|
||||
let doc = e.target;
|
||||
|
|
Loading…
Reference in New Issue