mirror of
https://github.com/gorhill/uBlock.git
synced 2025-01-31 20:21:35 +01:00
Fix regression in cosmetic filtering
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/740
Related commit:
- 3f074d7908
This commit is contained in:
parent
e1d75ee602
commit
41ab06a47b
@ -62,7 +62,7 @@ if (
|
||||
self.vAPI instanceof Object === false || vAPI.uBO !== true
|
||||
)
|
||||
) {
|
||||
self.vAPI = { uBO: true };
|
||||
vAPI = self.vAPI = { uBO: true };
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user