mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
this fixes #1201
This commit is contained in:
parent
b8b5a5fea2
commit
5591ff34f1
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
|
||||
"name": "uBlock Origin",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
|
||||
"default_locale": "en",
|
||||
"description": "__MSG_extShortDesc__",
|
||||
|
|
|
@ -81,7 +81,7 @@ vAPI.shutdown = (function() {
|
|||
}
|
||||
var filters = self.rpc({
|
||||
fnName: 'getScriptTagFilters',
|
||||
rootURL: self.top.location.href,
|
||||
rootURL: self.location.href,
|
||||
frameURL: self.location.href,
|
||||
frameHostname: hostname
|
||||
});
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
|
||||
"name": "uBlock Origin",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
|
||||
"default_locale": "en",
|
||||
"description": "__MSG_extShortDesc__",
|
||||
|
|
Loading…
Reference in a new issue