Improvements
- Improved language masking: We now use uppercase characters for the locale in
navigator.language,navigator.languages,languageheaders, and similar fields for improved masking accuracy. - More accurate Safari profile emulation: Instead of relying on Chroma 133, we now use the latest Chroma version at all times to emulate Safari profiles more accurately.
- Disabling several properties on Safari profiles:
deviceMemory, window.getScreenDetails, navigator.connection, navigator.getBattery, navigator.bluetooth,andnavigator.devicePostureare now hidden in Safari profiles to better mimic real Safari behavior.
Fixes
- Improved network issue handling: Improved the connection and reconnection logic to ensure smoother operation in unstable network environments.
- GUI fix: Manual masking options for
deviceMemoryandhardwareConcurrencynow function correctly.