commit 5bc9c9b63526a7afca4f70ee12ff3c0511c7fa8d Author: Sukhbir Singh sukhbir@torproject.org Date: Wed Aug 31 23:42:49 2016 -0400
Disable automatic extensions updates
Disable automatic updates of extensions that a user may install until we fix the related issues. We will enable this in a later release. --- projects/instantbird/preferences.patch | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/projects/instantbird/preferences.patch b/projects/instantbird/preferences.patch index 29c058e..3c75b02 100644 --- a/projects/instantbird/preferences.patch +++ b/projects/instantbird/preferences.patch @@ -81,6 +81,15 @@ diff --git a/im/app/profile/all-instantbird.js b/im/app/profile/all-instantbird.
// disable logging for the search service update system by default pref("browser.search.update.log", false); +@@ -222,7 +224,7 @@ + pref("extensions.logging.enabled", false); + pref("general.skins.selectedSkin", "classic/1.0"); + +-pref("extensions.update.enabled", true); ++pref("extensions.update.enabled", false); + pref("extensions.update.interval", 86400); + pref("extensions.update.url", "https://addons.instantbird.org/services/update.php?reqVersion=%REQ_VERSION%&..."); + pref("extensions.update.autoUpdateDefault", true); @@ -245,9 +247,9 @@ pref("extensions.getMoreProtocolsURL", "https://add-ons.instantbird.org/%LOCALE%/%APP%/%VERSION%/protocols/");
tor-commits@lists.torproject.org