mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-17 04:11:37 -07:00
Disable general.config.sandbox_enabled
This commit is contained in:
parent
554d5a1ab1
commit
2e247768f6
1 changed files with 3 additions and 1 deletions
|
|
@ -1,2 +1,4 @@
|
|||
pref("general.config.obscure_value", 0);
|
||||
pref("general.config.filename", "config.js");
|
||||
pref("general.config.filename", "config.js");
|
||||
// Sandbox needs to be disabled in release and Beta versions
|
||||
pref("general.config.sandbox_enabled", false);
|
||||
Loading…
Add table
Add a link
Reference in a new issue