 Issue 6337686776315904:
  Issue 394 - hit statistics tool data collection  (Closed)
    
  
    Issue 6337686776315904:
  Issue 394 - hit statistics tool data collection  (Closed) 
  | Index: lib/contentPolicy.js | 
| =================================================================== | 
| --- a/lib/contentPolicy.js | 
| +++ b/lib/contentPolicy.js | 
| @@ -124,7 +124,8 @@ | 
| function addHit(frameIndex, contentType, docDomain, thirdParty, location, filter) | 
| { | 
| if (filter && !isPrivate) | 
| - FilterStorage.increaseHitCount(filter); | 
| + FilterStorage.increaseHitCount(filter, docDomain, thirdParty); | 
| + | 
| hits.push({ | 
| frameIndex, contentType, docDomain, thirdParty, location, | 
| filter: filter ? filter.text : null, |