mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 09:42:05 -08:00
Do not disable accessibility & web speech API
Re-enabled to prevent potential detection.
This commit is contained in:
parent
2f57040710
commit
4cfe2d5b74
2 changed files with 2 additions and 3 deletions
|
|
@ -14,8 +14,8 @@ ac_add_options --enable-release
|
|||
# ac_add_options --enable-rust-simd
|
||||
|
||||
ac_add_options --disable-system-policies
|
||||
ac_add_options --disable-accessibility
|
||||
ac_add_options --disable-webspeech
|
||||
# ac_add_options --disable-accessibility
|
||||
# ac_add_options --disable-webspeech
|
||||
|
||||
ac_add_options --with-app-name=camoufox
|
||||
ac_add_options --with-branding=browser/branding/camoufox
|
||||
|
|
|
|||
|
|
@ -311,7 +311,6 @@ pref("browser.places.interactions.enabled", false);
|
|||
|
||||
pref("privacy.partition.network_state", false); // Disable network seperations
|
||||
// Source: https://github.com/Floorp-Projects/Floorp/issues/140
|
||||
pref("accessibility.force_disabled", 1);
|
||||
pref("browser.sessionstore.max_tabs_undo", 0);
|
||||
pref("browser.sessionstore.max_windows_undo", 0);
|
||||
pref("browser.sessionstore.resuming_after_os_restart", false);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue