mirror of https://github.com/gorhill/uBlock.git
document issue in code
This commit is contained in:
parent
1db1638c7f
commit
91c2d95fb1
|
@ -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) &&
|
||||
|
|
Loading…
Reference in New Issue