зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1114486 - Add a trailing slash to loop.gettingStarted.url so switchToTab works properly with the redirect adding the slash. r=jaws
--HG-- extra : rebase_source : 92c5974cabe078f8d12b29605e7293d360a3adc7
This commit is contained in:
Родитель
c0cf86a5c7
Коммит
ee9f79888e
|
@ -1662,7 +1662,7 @@ pref("loop.enabled", true);
|
|||
pref("loop.server", "https://loop.services.mozilla.com/v0");
|
||||
pref("loop.seenToS", "unseen");
|
||||
pref("loop.gettingStarted.seen", false);
|
||||
pref("loop.gettingStarted.url", "https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/hello/start");
|
||||
pref("loop.gettingStarted.url", "https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/hello/start/");
|
||||
pref("loop.gettingStarted.resumeOnFirstJoin", false);
|
||||
pref("loop.learnMoreUrl", "https://www.firefox.com/hello/");
|
||||
pref("loop.legal.ToS_url", "https://www.mozilla.org/about/legal/terms/firefox-hello/");
|
||||
|
|
Загрузка…
Ссылка в новой задаче