mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
do not record normal navigation as popup
This commit is contained in:
parent
69b6027174
commit
1cff191579
@ -74,7 +74,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// https://github.com/gorhill/uBlock/issues/91
|
// https://github.com/gorhill/uBlock/issues/91
|
||||||
|
if ( result !== '' ) {
|
||||||
pageStore.recordResult('popup', requestURL, result);
|
pageStore.recordResult('popup', requestURL, result);
|
||||||
|
}
|
||||||
|
|
||||||
// Not blocked
|
// Not blocked
|
||||||
if ( pageStore.boolFromResult(result) === false ) {
|
if ( pageStore.boolFromResult(result) === false ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user