diff options
author | gorhill <rhill@raymondhill.net> | 2015-04-25 07:33:50 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-04-25 07:33:50 -0400 |
commit | 9f9465d7e9d92ae5bcb8a430c4d53dba399eae58 (patch) | |
tree | 0dd8219880635c3f64cff8cd3b31f9aa7ec32a1d /src | |
parent | 3d3bd13ea1acf65a612e0037d3d5bfdc0b9e3d14 (diff) | |
download | uBlock-9f9465d7e9d92ae5bcb8a430c4d53dba399eae58.zip uBlock-9f9465d7e9d92ae5bcb8a430c4d53dba399eae58.tar.gz uBlock-9f9465d7e9d92ae5bcb8a430c4d53dba399eae58.tar.bz2 |
report in which frame the cosmetic filters were injected
Diffstat (limited to 'src')
-rw-r--r-- | src/js/messaging.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/messaging.js b/src/js/messaging.js index f7dcedb..5fafafc 100644 --- a/src/js/messaging.js +++ b/src/js/messaging.js @@ -580,7 +580,7 @@ var logCosmeticFilters = function(tabId, details) { } var context = { - requestURL: '', + requestURL: details.pageURL, requestHostname: µb.URI.hostnameFromURI(details.pageURL), requestType: 'dom' }; |