mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
this fixes #188
This commit is contained in:
parent
dc1180c1e7
commit
7eed999ff3
1 changed files with 2 additions and 0 deletions
|
|
@ -352,6 +352,8 @@ var onMessage = function(request, sender, callback) {
|
|||
request.srcHostname,
|
||||
request.desHostnames
|
||||
);
|
||||
// https://github.com/gorhill/uBlock/issues/188
|
||||
µb.cosmeticFilteringEngine.removeFromSelectorCache(request.srcHostname, 'net');
|
||||
response = getStats(request.tabId);
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue