Bug 1464246 - change the pref which will redirect the welcome page from a mozilla.org page to about:welcome. r?k88hudson draft
authorErica Wright <ewright@mozilla.com>
Thu, 24 May 2018 17:38:08 -0400
changeset 804357 76a9d99d8aaa9426c8385fc2c4e69188661546a8
parent 797253 0bc0174b2d4105abefa7e74c5c2a9e54ad1fca16
push id112355
push userbmo:ewright@mozilla.com
push dateTue, 05 Jun 2018 20:33:21 +0000
reviewersk88hudson
bugs1464246
milestone62.0a1
Bug 1464246 - change the pref which will redirect the welcome page from a mozilla.org page to about:welcome. r?k88hudson MozReview-Commit-ID: B6yxzh3Bp9U
browser/branding/official/pref/firefox-branding.js
--- a/browser/branding/official/pref/firefox-branding.js
+++ b/browser/branding/official/pref/firefox-branding.js
@@ -1,14 +1,14 @@
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 pref("startup.homepage_override_url", "");
-pref("startup.homepage_welcome_url", "https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/firstrun/");
+pref("startup.homepage_welcome_url", "about:welcome");
 pref("startup.homepage_welcome_url.additional", "");
 // Interval: Time between checks for a new version (in seconds)
 pref("app.update.interval", 43200); // 12 hours
 // The time interval between the downloading of mar file chunks in the
 // background (in seconds)
 // 0 means "download everything at once"
 pref("app.update.download.backgroundInterval", 0);
 // Give the user x seconds to react before showing the big UI. default=192 hours