mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
Fix regression in strict blocking
Related feedback:
- https://www.reddit.com/r/uBlockOrigin/comments/lp6dwp/
Regression from:
- 3af1120082
This commit is contained in:
parent
9dcc456da3
commit
918a073c81
@ -269,7 +269,7 @@ const shouldStrictBlock = function(fctxt, loggerEnabled) {
|
||||
const rs = snfe.matchString(fctxt, 0b0011);
|
||||
const is = rs === 1 && snfe.isBlockImportant();
|
||||
let lds;
|
||||
if ( rs !== 0 && loggerEnabled ) {
|
||||
if ( rs !== 0 || loggerEnabled ) {
|
||||
lds = snfe.toLogData();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user