summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAscrod <32915892+Ascrod@users.noreply.github.com>2018-05-25 06:53:37 -0400
committerAscrod <32915892+Ascrod@users.noreply.github.com>2018-05-31 14:23:57 -0400
commitb109b14de63500ab07c478723d4851b345139bdd (patch)
treeedc42d81a61a0f91b8ee69178c4be8373ea33473 /testing
parent3ab978b4a4df6548a7b1c490c8a3754476b16054 (diff)
downloadUXP-b109b14de63500ab07c478723d4851b345139bdd.tar
UXP-b109b14de63500ab07c478723d4851b345139bdd.tar.gz
UXP-b109b14de63500ab07c478723d4851b345139bdd.tar.lz
UXP-b109b14de63500ab07c478723d4851b345139bdd.tar.xz
UXP-b109b14de63500ab07c478723d4851b345139bdd.zip
Remove UITour and customize tips.
Diffstat (limited to 'testing')
-rw-r--r--testing/profiles/prefs_general.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/profiles/prefs_general.js b/testing/profiles/prefs_general.js
index d30ae89f5..515828d29 100644
--- a/testing/profiles/prefs_general.js
+++ b/testing/profiles/prefs_general.js
@@ -297,10 +297,6 @@ user_pref("browser.aboutHomeSnippets.updateUrl", "nonexistent://test");
user_pref("browser.newtabpage.directory.source", 'data:application/json,{"testing":1}');
user_pref("browser.newtabpage.directory.ping", "");
-// Ensure UITour won't hit the network
-user_pref("browser.uitour.pinnedTabUrl", "http://%(server)s/uitour-dummy/pinnedTab");
-user_pref("browser.uitour.url", "http://%(server)s/uitour-dummy/tour");
-
// Tell the search service we are running in the US. This also has the desired
// side-effect of preventing our geoip lookup.
user_pref("browser.search.isUS", true);