Upload files to 'config/defaults/pref'
This commit is contained in:
parent
ce38784d1a
commit
9ef17c3d1c
|
@ -0,0 +1,17 @@
|
||||||
|
//
|
||||||
|
// ********************************************************************************
|
||||||
|
//
|
||||||
|
// local-settings.js | Firefox
|
||||||
|
//
|
||||||
|
// ********************************************************************************
|
||||||
|
//
|
||||||
|
// Startup
|
||||||
|
// >>>>>>>>>>>>>>>>>>>>>
|
||||||
|
// Load the config. file
|
||||||
|
pref("general.config.filename", "mozilla.cfg");
|
||||||
|
// -------------------------------------
|
||||||
|
// Do not obscure the content with ROT-13
|
||||||
|
pref("general.config.obscure_value", 0);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue