mirror of https://github.com/gorhill/uBlock.git
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
|
@ -957,6 +957,7 @@ self.addEventListener('hiddenSettingsChanged', ( ) => {
|
|||
[ 'env_chromium', 'chromium' ],
|
||||
[ 'env_edge', 'edge' ],
|
||||
[ 'env_firefox', 'firefox' ],
|
||||
[ 'env_legacy', 'legacy' ],
|
||||
[ 'env_mobile', 'mobile' ],
|
||||
[ 'env_safari', 'safari' ],
|
||||
[ 'cap_html_filtering', 'html_filtering' ],
|
||||
|
|
Loading…
Reference in New Issue