mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 17:41:03 +01:00
Add env_legacy
to the pre-processor supported tokens (#3768)
This will allow specifically target uBlock Origin for Firefox legacy-based browsers in shared filter lists, see https://github.com/gorhill/uBlock-for-firefox-legacy/pull/1.
This commit is contained in:
parent
f182b00434
commit
a806dd4bd2
1 changed files with 1 additions and 0 deletions
|
@ -957,6 +957,7 @@ self.addEventListener('hiddenSettingsChanged', ( ) => {
|
||||||
[ 'env_chromium', 'chromium' ],
|
[ 'env_chromium', 'chromium' ],
|
||||||
[ 'env_edge', 'edge' ],
|
[ 'env_edge', 'edge' ],
|
||||||
[ 'env_firefox', 'firefox' ],
|
[ 'env_firefox', 'firefox' ],
|
||||||
|
[ 'env_legacy', 'legacy' ],
|
||||||
[ 'env_mobile', 'mobile' ],
|
[ 'env_mobile', 'mobile' ],
|
||||||
[ 'env_safari', 'safari' ],
|
[ 'env_safari', 'safari' ],
|
||||||
[ 'cap_html_filtering', 'html_filtering' ],
|
[ 'cap_html_filtering', 'html_filtering' ],
|
||||||
|
|
Loading…
Reference in a new issue