mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add ext_ubol to tokens recognized by the preparser
`ext_ubol` will evaluate to false in uBO, and true in uBO Lite. Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/2268
This commit is contained in:
parent
a411ccfaff
commit
35f4bdd113
1 changed files with 1 additions and 0 deletions
|
|
@ -3156,6 +3156,7 @@ Parser.utils = Parser.prototype.utils = (( ) => {
|
|||
|
||||
const preparserTokens = new Map([
|
||||
[ 'ext_ublock', 'ublock' ],
|
||||
[ 'ext_ubol', 'ubol' ],
|
||||
[ 'env_chromium', 'chromium' ],
|
||||
[ 'env_edge', 'edge' ],
|
||||
[ 'env_firefox', 'firefox' ],
|
||||
|
|
|
|||
Loading…
Reference in a new issue