Fix macOS version detection #16985
Labels
bug
Something isn't working as expected
macOS
MacOS related
message-system
Updates in secure message system config
Browsers (including Electron) report all Mac OS versions from 10.15.7 onwards as 10.15.7 to prevent fingerprinting. This makes our
getOsVersion
util unusable for Mac OS - for example, it cannot be reliably used in messsage system, see #16741. However, there is a way to circumvent it in desktop apps. It was partially replaced here, but it should be done everywhere in the app.The text was updated successfully, but these errors were encountered: