forked from d3cim/mozilla.cfg
Upload files to 'config/defaults/pref'
This commit is contained in:
parent
11c957ea65
commit
bfed908469
|
@ -1,20 +1,16 @@
|
|||
//
|
||||
/**********************************************************************************
|
||||
* local-settings.js | Firefox *
|
||||
* *
|
||||
* https://github.com/quindecim/mozilla.cfg *
|
||||
*********************************************************************************/
|
||||
// ********************************************************************************
|
||||
//
|
||||
// Author : quindecim : https://github.com/quindecim/
|
||||
// local-settings.js | Firefox
|
||||
//
|
||||
//
|
||||
// License : https://github.com/quindecim/mozilla.cfg/blob/master/LICENSE.txt
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// Section : Startup
|
||||
// ********************************************************************************
|
||||
//
|
||||
// Startup
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
// Pref : Load the config. file
|
||||
// Load the config. file
|
||||
pref("general.config.filename", "mozilla.cfg");
|
||||
// -------------------------------------
|
||||
// Pref : Do not obscure the content with ROT-13
|
||||
// Do not obscure the content with ROT-13
|
||||
pref("general.config.obscure_value", 0);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue