mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
4 lines
No EOL
194 B
JavaScript
4 lines
No EOL
194 B
JavaScript
pref("general.config.obscure_value", 0);
|
|
pref("general.config.filename", "config.js");
|
|
// Sandbox needs to be disabled in release and Beta versions
|
|
pref("general.config.sandbox_enabled", false); |