1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00
This commit is contained in:
gorhill 2015-05-09 08:25:05 -04:00
parent dc1180c1e7
commit 7eed999ff3

View File

@ -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;