summaryrefslogtreecommitdiffstats
path: root/application/basilisk/app/profile/basilisk.js
diff options
context:
space:
mode:
authorNew Tobin Paradigm <email@mattatobin.com>2019-05-25 18:31:02 -0400
committerGitHub <noreply@github.com>2019-05-25 18:31:02 -0400
commit63d67703534b8af4b15d9fa53b3a19c6df17b263 (patch)
tree970ccd2c2cb3a6ef0a3e869b8eff06009bf39899 /application/basilisk/app/profile/basilisk.js
parent104cd501aa42ccb1839be5c5b8338c83dacd97c6 (diff)
parent97477c1e96fded7c40534afa3ad0bfc3980658e3 (diff)
downloadUXP-63d67703534b8af4b15d9fa53b3a19c6df17b263.tar
UXP-63d67703534b8af4b15d9fa53b3a19c6df17b263.tar.gz
UXP-63d67703534b8af4b15d9fa53b3a19c6df17b263.tar.lz
UXP-63d67703534b8af4b15d9fa53b3a19c6df17b263.tar.xz
UXP-63d67703534b8af4b15d9fa53b3a19c6df17b263.zip
Merge pull request #1122 from adeshkp/remove-newtab-basilisk
Remove code for sponsored "enhanced" tiles in NewTab page
Diffstat (limited to 'application/basilisk/app/profile/basilisk.js')
-rw-r--r--application/basilisk/app/profile/basilisk.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/application/basilisk/app/profile/basilisk.js b/application/basilisk/app/profile/basilisk.js
index c7b2852dd..c229f3523 100644
--- a/application/basilisk/app/profile/basilisk.js
+++ b/application/basilisk/app/profile/basilisk.js
@@ -1040,12 +1040,6 @@ 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.
-sticky_pref("browser.newtabpage.enhanced", false);
-
-// enables Activity Stream inspired layout
-pref("browser.newtabpage.compact", false);
-
// Disables capturing of page thumbnails
pref("browser.pagethumbnails.capturing_disabled", false);