mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-13 10:17:34 +01:00
Merge tag '1.5.4'
This commit is contained in:
commit
44670ea597
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue