7 lines
239 B
JavaScript
7 lines
239 B
JavaScript
// Sets up the .cfg file.
|
|
|
|
//Specifies the .cfg filename (path cannot be changed)
|
|
pref("general.config.filename", "omegafox.cfg");
|
|
|
|
//Allows .cfg file to be stored in plain text without obfuscation
|
|
pref("general.config.obscure_value", 0);
|