// Alloy Firefox autoconfig pointer. // // Tells Firefox to load /usr/lib64/firefox/mozilla.cfg on startup. // obscure_value = 0 means mozilla.cfg is plain-text (Firefox's byte- // shift obfuscation is off); we still keep the mandatory first-line // comment because Firefox skips it unconditionally. // // See usr/lib64/firefox/mozilla.cfg for the actual defaults. pref("general.config.filename", "mozilla.cfg"); pref("general.config.obscure_value", 0); pref("general.config.sandbox_enabled", false);