Full Changelog: v134.0.2-beta.20...v135.0-beta.21
Warning
Keep in mind that Camoufox is in active development and may not be suitable for a production environment.
If you experience any issues, please report them here.
Changes
- Added
forceScopeAccess
to force evaluated scripts to run in "God mode", allowing it to bypass all CORS restrictions, access internal browser components, discretely modify DOM without running in the main world, etc. - Added ability to access closed shadow roots with
element.shadowRootUnl
. RequiresforceScopeAccess
to be true (this attribute is not exposed to the main world). - Added
disableTheming
to restore the original Firefox UI #179 - Fixed PW bug that prevented input interactions with out of process iframes #144 #150
- Bumped to FF135
Rereleased to fix FF135 Linux packaging error.