Disable general.config.sandbox_enabled

This commit is contained in:
MrOtherGuy 2020-04-25 08:38:09 +03:00
parent 554d5a1ab1
commit 2e247768f6

View file

@ -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);