mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Fix the logging of cosmetic filters in about:blank frames
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1164
This commit is contained in:
parent
85aef306d1
commit
c805950ecf
1 changed files with 2 additions and 1 deletions
|
@ -634,7 +634,8 @@ const matchBucket = function(url, hostname, bucket, start) {
|
|||
vAPI.tabs.executeScript(tabId, {
|
||||
file: '/js/scriptlets/cosmetic-logger.js',
|
||||
frameId: frameId,
|
||||
runAt: 'document_start'
|
||||
matchAboutBlank: true,
|
||||
runAt: 'document_start',
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue