mirror of https://github.com/gorhill/uBlock.git
this fixes #1201
This commit is contained in:
parent
b8b5a5fea2
commit
5591ff34f1
|
@ -2,7 +2,7 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
|
||||||
"name": "uBlock Origin",
|
"name": "uBlock Origin",
|
||||||
"version": "1.5.3",
|
"version": "1.5.4",
|
||||||
|
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_extShortDesc__",
|
"description": "__MSG_extShortDesc__",
|
||||||
|
|
|
@ -81,7 +81,7 @@ vAPI.shutdown = (function() {
|
||||||
}
|
}
|
||||||
var filters = self.rpc({
|
var filters = self.rpc({
|
||||||
fnName: 'getScriptTagFilters',
|
fnName: 'getScriptTagFilters',
|
||||||
rootURL: self.top.location.href,
|
rootURL: self.location.href,
|
||||||
frameURL: self.location.href,
|
frameURL: self.location.href,
|
||||||
frameHostname: hostname
|
frameHostname: hostname
|
||||||
});
|
});
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
|
||||||
"name": "uBlock Origin",
|
"name": "uBlock Origin",
|
||||||
"version": "1.5.3",
|
"version": "1.5.4",
|
||||||
|
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_extShortDesc__",
|
"description": "__MSG_extShortDesc__",
|
||||||
|
|
Loading…
Reference in New Issue