v129.0-beta.2
daijro/camoufoxv129.0-beta.2Aug 17, 2024by github-actions[bot]
AI Summary
This release targets browser fingerprinting evasion by fixing vulnerabilities related to viewport hijacking and screen resolution reporting. It ensures that `screen.width` and `screen.height` no longer cause matchMedia leaks.
Key Highlights
- Fixed inner window viewport hijacking
- Fixed `screen.width` and `screen.height` causing matchMedia leaks
- Automated release via GitHub Actions
Full Release Notes
**Full Changelog**: https://github.com/daijro/camoufox/compare/v129.0-beta.1...v129.0-beta.2 This is an automated release. Assets were built by GitHub actions. --- Keep in mind that Camoufox is in active development and not production ready. If you experience any issues, please report them [here](https://github.com/daijro/camoufox/issues). --- ### Fixes: - Fixed inner window viewport hijacking. - Fixed `screen.width` and `screen.height` causing matchMedia leaks