mirror of https://github.com/gorhill/uBlock.git
this fixes the logging of cosmetic filters in iframes
This commit is contained in:
parent
10e77743b0
commit
c7bb242302
|
@ -396,7 +396,7 @@ var matchWhitelistDirective = function(url, hostname, directive) {
|
|||
|
||||
var injectNow = function(tabId) {
|
||||
delete tabIdToTimerMap[tabId];
|
||||
µBlock.scriptlets.inject(tabId, 'cosmetic-logger');
|
||||
µBlock.scriptlets.injectDeep(tabId, 'cosmetic-logger');
|
||||
};
|
||||
|
||||
var injectAsync = function(tabId) {
|
||||
|
|
Loading…
Reference in New Issue