Replies: 1 comment 1 reply
-
Hello, These config properties have been unlocked in v130.0.1-beta.13. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have successfully adjusted these preferences when launching the browser through the Camoufox.exe directly, but when using the Python API, the settings seem to be overridden or locked. Is there any way to unlock or modify these preferences within the Camoufox API, or could there be something in the library source code that is enforcing these settings?
I have already tried passing prefs in the launch_options to disable these settings, but they remain locked:
python
firefox_user_prefs = {
"privacy.clearOnShutdown.cookies": False,
"privacy.clearOnShutdown.cache": False,
"privacy.sanitize.sanitizeOnShutdown": False,
}
Any guidance or suggestions on how to manage these preferences programmatically using the Camoufox API would be greatly appreciated!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions