Skip to content

Commit

Permalink
Add env_legacy to the pre-processor supported tokens (#3768)
Browse files Browse the repository at this point in the history
This will allow specifically target uBlock Origin for Firefox legacy-based browsers in shared filter lists,
see gorhill/uBlock-for-firefox-legacy#1.
  • Loading branch information
JustOff authored Feb 9, 2020
1 parent f182b00 commit a806dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' ],
Expand Down

0 comments on commit a806dd4

Please sign in to comment.