Skip to main content

max / alloy_tui

502 B · 13 lines History Blame Raw
1 // Alloy Firefox autoconfig pointer.
2 //
3 // Tells Firefox to load /usr/lib64/firefox/mozilla.cfg on startup.
4 // obscure_value = 0 means mozilla.cfg is plain-text (Firefox's byte-
5 // shift obfuscation is off); we still keep the mandatory first-line
6 // comment because Firefox skips it unconditionally.
7 //
8 // See usr/lib64/firefox/mozilla.cfg for the actual defaults.
9
10 pref("general.config.filename", "mozilla.cfg");
11 pref("general.config.obscure_value", 0);
12 pref("general.config.sandbox_enabled", false);
13