mirror of https://github.com/gorhill/uBlock.git
Add `ext_devbuild` as preparser directive
In order to be able to create filters which only work with the dev build of uBO.
This commit is contained in:
parent
3d2b901268
commit
464b54bbc6
|
@ -3873,6 +3873,7 @@ export const utils = (( ) => {
|
|||
const preparserTokens = new Map([
|
||||
[ 'ext_ublock', 'ublock' ],
|
||||
[ 'ext_ubol', 'ubol' ],
|
||||
[ 'ext_devbuild', 'devbuild' ],
|
||||
[ 'env_chromium', 'chromium' ],
|
||||
[ 'env_edge', 'edge' ],
|
||||
[ 'env_firefox', 'firefox' ],
|
||||
|
|
Loading…
Reference in New Issue