foxgirl-linux/settings/defaults/pref/local-settings.js
2019-07-14 13:17:48 -05:00

8 lines
242 B
JavaScript

// 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);