2019-05-14 01:15:13 +00:00
|
|
|
//
|
2022-04-11 12:34:02 +00:00
|
|
|
// ********************************************************************************
|
2019-05-14 01:15:13 +00:00
|
|
|
//
|
2022-04-11 12:34:02 +00:00
|
|
|
// local-settings.js | Firefox
|
2019-05-14 01:15:13 +00:00
|
|
|
//
|
2022-04-11 12:34:02 +00:00
|
|
|
// ********************************************************************************
|
|
|
|
//
|
|
|
|
// Startup
|
2019-05-14 01:15:13 +00:00
|
|
|
// >>>>>>>>>>>>>>>>>>>>>
|
2022-04-11 12:34:02 +00:00
|
|
|
// Load the config. file
|
2019-05-14 01:15:13 +00:00
|
|
|
pref("general.config.filename", "mozilla.cfg");
|
|
|
|
// -------------------------------------
|
2022-04-11 12:34:02 +00:00
|
|
|
// Do not obscure the content with ROT-13
|
2019-05-14 01:15:13 +00:00
|
|
|
pref("general.config.obscure_value", 0);
|
2022-04-11 12:34:02 +00:00
|
|
|
|
|
|
|
|