foxgirl-settings/defaults/pref/local-settings.js
2019-08-16 19:49:17 -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);