Bug 1148862 - Update pref to the new v3 endpoint [r=adw]

This commit is contained in:
Ed Lee 2015-04-01 01:02:50 -07:00
Родитель 1da5e819af
Коммит a53c40df76
2 изменённых файлов: 2 добавлений и 7 удалений

Просмотреть файл

@ -1646,10 +1646,10 @@ pref("browser.newtabpage.rows", 3);
pref("browser.newtabpage.columns", 5);
// directory tiles download URL
pref("browser.newtabpage.directory.source", "https://tiles.services.mozilla.com/v2/links/fetch/%LOCALE%");
pref("browser.newtabpage.directory.source", "https://tiles.services.mozilla.com/v3/links/fetch/%LOCALE%/%CHANNEL%");
// endpoint to send newtab click and view pings
pref("browser.newtabpage.directory.ping", "https://tiles.services.mozilla.com/v2/links/");
pref("browser.newtabpage.directory.ping", "https://tiles.services.mozilla.com/v3/links/");
// Enable the DOM fullscreen API.
pref("full-screen-api.enabled", true);

Различия файлов скрыты, потому что одна или несколько строк слишком длинны