diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index be63071372d7..d7f1b2b04339 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -162,12 +162,8 @@ pref("app.update.silent", false); // app.update.badgeWaitTime is in branding section // If set to true, the Update Service will apply updates in the background -// when it finishes downloading them. -#ifdef XP_WIN +// when it finishes downloading them. Disabled in bug 1397562. pref("app.update.staging.enabled", false); -#else -pref("app.update.staging.enabled", true); -#endif // Update service URL: pref("app.update.url", "https://aus5.mozilla.org/update/6/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%SYSTEM_CAPABILITIES%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/update.xml");