diff options
author | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2018-05-25 06:53:37 -0400 |
---|---|---|
committer | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2018-05-31 14:23:57 -0400 |
commit | 4a3be77e6a8f97c22618c59fdf82731109e16643 (patch) | |
tree | edc42d81a61a0f91b8ee69178c4be8373ea33473 /testing | |
parent | ac038bc7d2b4131e5afeec40dda0e1e35dc20777 (diff) | |
download | uxp-4a3be77e6a8f97c22618c59fdf82731109e16643.tar.gz |
Remove UITour and customize tips.
Diffstat (limited to 'testing')
-rw-r--r-- | testing/profiles/prefs_general.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/profiles/prefs_general.js b/testing/profiles/prefs_general.js index d30ae89f5d..515828d298 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); |