Index: lib/popupBlocker.js |
=================================================================== |
--- a/lib/popupBlocker.js |
+++ b/lib/popupBlocker.js |
@@ -48,7 +48,7 @@ |
let thirdParty = isThirdParty(urlObj, documentHost); |
let specificOnly = !!checkWhitelisted( |
- popup.sourcePage, popup.sourceFrame, |
+ popup.sourcePage, popup.sourceFrame, null, |
RegExpFilter.typeMap.GENERICBLOCK |
); |