summaryrefslogtreecommitdiff
path: root/librewolf/debian/librewolf_settings/defaults/pref/local-settings.js
blob: eaecc055cb9f3be457117db13751e8a18e3805d4 (plain)
1
2
3
4
5
6
7
// 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); 
bgstack15