aboutsummaryrefslogtreecommitdiff
path: root/settings/defaults/pref/local-settings.js
blob: e8b6728632fdfa594d5ecd2be6af6a6c2bf62cb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
// >>>>>>>>>>>>>>>>>>>>
// Section : General Settings
// Bench Diff : ++/5000
// >>>>>>>>>>>>>>>>>>>>

// LibreWolf MoD
pref("general.config.filename", "librewolf.cfg");

// Default Firefox
// ROT13 Settings primitive encryption routing that
pref("general.config.obscure_value", 0);
bgstack15