[Basilisk] Remove unused prefs for download of tiles on new tab page

This commit is contained in:
Basilisk-Dev 2023-09-26 12:25:27 -04:00 committed by roytam1
commit 3fa770bcba
3 changed files with 0 additions and 294 deletions

View file

@ -1044,12 +1044,6 @@ pref("browser.newtabpage.rows", 3);
// number of columns of newtab grid
pref("browser.newtabpage.columns", 5);
// directory tiles download URL
pref("browser.newtabpage.directory.source", "");
// endpoint to send newtab click and view pings
pref("browser.newtabpage.directory.ping", "");
// activates the remote-hosted newtab page
pref("browser.newtabpage.remote", false);