forked from d3cim/mozilla.cfg
21 lines
992 B
JavaScript
21 lines
992 B
JavaScript
//
|
|
/**********************************************************************************
|
|
* local-settings.js | Firefox *
|
|
* *
|
|
* https://github.com/quindecim/mozilla.cfg *
|
|
*********************************************************************************/
|
|
//
|
|
// Author : quindecim : https://github.com/quindecim/
|
|
//
|
|
//
|
|
// License : https://github.com/quindecim/mozilla.cfg/blob/master/LICENSE.txt
|
|
//
|
|
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
// Section : Startup
|
|
// >>>>>>>>>>>>>>>>>>>>>
|
|
// Pref : Load the config. file
|
|
pref("general.config.filename", "mozilla.cfg");
|
|
// -------------------------------------
|
|
// Pref : Do not obscure the content with ROT-13
|
|
pref("general.config.obscure_value", 0);
|