v132.0.2-beta.16
daijro/camoufoxv132.0.2-beta.16Nov 20, 2024by github-actions[bot]
AI Summary
Proxy credentials made optional, memory issue fixed, and media device spoofing added.
Key Highlights
- Proxy credentials should be optional
- Fixed memory issue when loading images
- Added media device spoofing
New Features
- mediaDevices:enabled
- mediaDevices:micros
- mediaDevices:webcams
- mediaDevices:speakers
Full Release Notes
## What's Changed * Proxy credentials should be optional. by @Nongzhsh in https://github.com/daijro/camoufox/pull/84 --- 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). --- ### Changes: - FIxed memory issue when loading images #87 - Added media device spoofing **New Properties** | Property | Type | Description | |-----------------------|------|-----------------------------------------| | `mediaDevices:enabled` | bool | Whether to enable media device spoofing | | `mediaDevices:micros` | uint | Amount of microphones | | `mediaDevices:webcams` | uint | Amount of webcams | | `mediaDevices:speakers` | uint | Amount of speakers |