1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02: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:
Raymond Hill 2020-07-20 08:27:00 -04:00
parent 85aef306d1
commit c805950ecf
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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',
});
};