Index: lib/contentPolicy.js |
=================================================================== |
--- a/lib/contentPolicy.js |
+++ b/lib/contentPolicy.js |
@@ -219,17 +219,17 @@ let Policy = exports.Policy = |
if (!match.isActiveOnDomain(docDomain)) |
return true; |
let exception = ElemHide.getException(match, docDomain); |
if (exception) |
{ |
FilterStorage.increaseHitCount(exception, wnd); |
- RequestNotifier.addNodeData(node, topWnd, contentType, docDomain, thirdParty, locationText, exception); |
+ RequestNotifier.addNodeData(node, topWnd, contentType, docDomain, false, locationText, exception); |
return true; |
} |
} |
let thirdParty = (contentType == Policy.type.ELEMHIDE ? false : isThirdParty(location, docDomain)); |
if (!match && Prefs.enabled) |
{ |