aboutsummaryrefslogtreecommitdiff
path: root/settings/defaults/pref/local-settings.js
blob: 64e6c6d791452c15eb0bf584a74e611ec23003c9 (plain)
1
2
3
4
5
6
7
8
// 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