mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 17:17:57 +01:00
report in which frame the cosmetic filters were injected
This commit is contained in:
parent
3d3bd13ea1
commit
9f9465d7e9
1 changed files with 1 additions and 1 deletions
|
@ -580,7 +580,7 @@ var logCosmeticFilters = function(tabId, details) {
|
|||
}
|
||||
|
||||
var context = {
|
||||
requestURL: '',
|
||||
requestURL: details.pageURL,
|
||||
requestHostname: µb.URI.hostnameFromURI(details.pageURL),
|
||||
requestType: 'dom'
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue