1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-04 16:47:15 +02:00

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:
Raymond Hill 2023-03-14 19:11:29 -04:00
parent 3d2b901268
commit 464b54bbc6
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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' ],