v130.0.1-beta.8

daijro/camoufoxv130.0.1-beta.8Sep 29, 2024by github-actions[bot]

AI Summary

Introduces locale spoofing capabilities to mask the browser's language and region settings.

Key Highlights

  • Added locale spoofing support
  • Spoofing of Intl API, headers, and system language/region

New Features

  • locale:language property
  • locale:region property
  • locale:script property

Full Release Notes

**Full Changelog**: https://github.com/daijro/camoufox/compare/v130.0.1-beta.7...v130.0.1-beta.8

---

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:

- Added locale spoofing. #16

**New properties:**

| Property               | Description                                                                                                                                            | Required Keys           |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| locale:language            | Spoof the Intl API, headers, and system language (e.g. "en")                                                                                           | `locale:region`         |
| locale:region              | Spoof the Intl API, headers, and system region (e.g. "US").                                                                                            | `locale:language`       |
| locale:script              | Set a custom script (e.g. "Latn"). Will be set automatically if not specified.                                                                         |                         |