1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 01:59:38 +02:00

report in which frame the cosmetic filters were injected

This commit is contained in:
gorhill 2015-04-25 07:33:50 -04:00
parent 3d3bd13ea1
commit 9f9465d7e9

View File

@ -580,7 +580,7 @@ var logCosmeticFilters = function(tabId, details) {
}
var context = {
requestURL: '',
requestURL: details.pageURL,
requestHostname: µb.URI.hostnameFromURI(details.pageURL),
requestType: 'dom'
};