summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGaming4JC <g4jc@bulletmail.org>2018-06-01 23:08:38 -0400
committerGaming4JC <g4jc@bulletmail.org>2018-06-01 23:08:38 -0400
commit5e41d1d3063c84bf3b6825f1cdfbf9efbde46b11 (patch)
treeeef926c1ceedc0fa27b71ce6827c26da74b98e13 /app
parentbd5d1464350191f4f06e2952753bc0b52afc7b2f (diff)
downloadiceweasel-uxp-5e41d1d3063c84bf3b6825f1cdfbf9efbde46b11.tar.gz
clean up newtab page round 2
Diffstat (limited to 'app')
-rw-r--r--app/profile/firefox.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/profile/firefox.js b/app/profile/firefox.js
index 9647e99..d9ac37e 100644
--- a/app/profile/firefox.js
+++ b/app/profile/firefox.js
@@ -1057,7 +1057,7 @@ pref("browser.newtabpage.introShown", false);
// Toggles the content of 'about:newtab'. Shows the grid when enabled.
pref("browser.newtabpage.enabled", true);
-// Toggles the enhanced content of 'about:newtab'. Shows sponsored tiles.
+// Toggles the enhanced content of 'about:newtab'.
sticky_pref("browser.newtabpage.enhanced", false);
// enables Activity Stream inspired layout
@@ -1075,9 +1075,6 @@ 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);