1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +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
// 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) &&