Mozilla Thunderbird for WAPT
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
553 B

// 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);