From 91c2d95fb11a9cce73261bd66295d4913d25f844 Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 31 Mar 2015 16:40:52 -0400 Subject: [PATCH] document issue in code --- src/js/tab.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/js/tab.js b/src/js/tab.js index cb174334d..b62c7b048 100644 --- a/src/js/tab.js +++ b/src/js/tab.js @@ -132,7 +132,8 @@ vAPI.tabs.onPopup = function(details) { } // https://github.com/gorhill/uBlock/issues/323 - // If popup URL is whitelisted, do not block it + // https://github.com/gorhill/uBlock/issues/1142 + // If popup OR opener URL is whitelisted, do not block the popup if ( result === '' && µb.getNetFilteringSwitch(openerURL) &&