parent
3932380b4e
commit
243155da83
4 changed files with 27 additions and 2 deletions
@ -0,0 +1,18 @@ |
|||||||
|
// Disable Auto Updates |
||||||
|
lockPref("app.update.enabled", false); |
||||||
|
lockPref("app.update.service.enabled", false); |
||||||
|
|
||||||
|
// Disable feedback |
||||||
|
lockPref("toolkit.telemetry.prompted",2); |
||||||
|
|
||||||
|
// Disable browser rights info toolbar |
||||||
|
lockPref("browser.rights.3.shown", true); |
||||||
|
lockPref("browser.rights.3.shown",true); |
||||||
|
|
||||||
|
// Disable migration |
||||||
|
lockPref("profile.confirm_automigration",false); |
||||||
|
lockPref("profile.migration_behavior",0); |
||||||
|
lockPref("profile.migration_directory", ""); |
||||||
|
|
||||||
|
// Disable Lightning Notification |
||||||
|
lockPref("calendar.integration.notify", false); |
@ -0,0 +1,3 @@ |
|||||||
|
// Autoconfig
|
||||||
|
pref("general.config.obscure_value", 0); |
||||||
|
pref("general.config.filename", "local-settings.cfg"); |
Loading…
Reference in new issue