1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 01:59:38 +02:00

document issue in code

This commit is contained in:
gorhill 2015-03-31 16:40:52 -04:00
parent 1db1638c7f
commit 91c2d95fb1

View File

@ -132,7 +132,8 @@ vAPI.tabs.onPopup = function(details) {
} }
// https://github.com/gorhill/uBlock/issues/323 // 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 ( if (
result === '' && result === '' &&
µb.getNetFilteringSwitch(openerURL) && µb.getNetFilteringSwitch(openerURL) &&