Bug 1058935 - Use tiles.services.mozilla.com instead of tiles.up.mozillalabs.com for fetch/ping [r=adw]

This commit is contained in:
Ed Lee 2014-08-26 15:26:52 -07:00
parent 3472813b18
commit 7da786d248

View File

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