mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 01:28:00 +01:00
do not record normal navigation as popup
This commit is contained in:
parent
69b6027174
commit
1cff191579
1 changed files with 3 additions and 1 deletions
|
@ -74,7 +74,9 @@
|
|||
}
|
||||
|
||||
// https://github.com/gorhill/uBlock/issues/91
|
||||
pageStore.recordResult('popup', requestURL, result);
|
||||
if ( result !== '' ) {
|
||||
pageStore.recordResult('popup', requestURL, result);
|
||||
}
|
||||
|
||||
// Not blocked
|
||||
if ( pageStore.boolFromResult(result) === false ) {
|
||||
|
|
Loading…
Reference in a new issue