From a806dd4bd2e6c171f8fd703fc75e19c79f494af4 Mon Sep 17 00:00:00 2001 From: JustOff Date: Sun, 9 Feb 2020 15:23:00 +0200 Subject: [PATCH] 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. --- src/js/storage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/storage.js b/src/js/storage.js index f068cd385..a3994b5c6 100644 --- a/src/js/storage.js +++ b/src/js/storage.js @@ -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' ],