Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Tor Browser/Orfox UA regexes compatible with Firefox 100
Per <https://hacks.mozilla.org/2022/02/version-100-in-chrome-and-firefox/>, Firefox will soon hit version 100, which will break any regex that is matching against a 2-digit version, like we do. Switch the regex to match against 3-digit versions as well, which should keep us going for another 900 versions. Fixes #6276.
- Loading branch information