foxgirl-settings/defaults/pref/local-settings.js

8 lines
242 B
JavaScript
Raw Normal View History

2019-08-17 02:49:17 +02:00
// Sets up the .cfg file.
//Specifies the .cfg filename (path cannot be changed)
pref("general.config.filename", "librewolf.cfg");
//Allows .cfg file to be stored in plain text without obfuscation
pref("general.config.obscure_value", 0);