mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
Fix :style
exception filters not being reported in logger
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/962
Regression from:
- 72bb700568
This commit is contained in:
parent
06b7e29efe
commit
044a1dd6ee
@ -277,8 +277,8 @@ const handlers = {
|
||||
continue;
|
||||
}
|
||||
const details = JSON.parse(selector);
|
||||
if ( Array.isArray(details.style) ) {
|
||||
exceptionDict.set(details.style[0], details.raw);
|
||||
if ( details.action === 'style' ) {
|
||||
exceptionDict.set(details.selector, details.raw);
|
||||
continue;
|
||||
}
|
||||
proceduralExceptionDict.set(
|
||||
|
Loading…
Reference in New Issue
Block a user