You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constTBB_UA_REGEX=/Mozilla\/5\.0 \((Windows NT 10\.0|X11; Linux x86_64|Macintosh; Intel Mac OS X 10\.14|Windows NT 10\.0; Win64; x64); rv:[0-9]{2}\.0\) Gecko\/20100101 Firefox\/([0-9]{2})\.0/;
An updated string that works:
constTBB_UA_REGEX=/Mozilla\/5\.0 \((Windows NT 10\.0|X11; Linux x86_64|Macintosh; Intel Mac OS X 10\.[0-9]{2}|Windows NT 10\.0; Win64; x64|Android; Mobile); rv:[0-9]{2}\.0\) Gecko\/20100101 Firefox\/([0-9]{2})\.0/
(Note the specific bit that I changed was: Intel Mac OS X 10\.14} => Intel Mac OS X 10\.[0-9]{2}
Description
TBB 10.0.4 on MacOS is incorrectly identified as a non-Tor browser in the Source Interface
Steps to Reproduce
Start TBB 10.0.4 and visit an SI address.
Expected Behavior
Actual Behavior
Comments
(Detection also failing on securedrop.org.)
The text was updated successfully, but these errors were encountered: