$OpenBSD$ index f33406f..2305d81 100644 --- testing/profiles/prefs_general.js.orig Fri Feb 20 15:40:39 2015 +++ testing/profiles/prefs_general.js Fri Feb 20 15:40:39 2015 @@ -201,3 +201,10 @@ user_pref('toolkit.telemetry.server', 'https://%(server)s/telemetry-dummy/'); // actually need a functioning FxA server, so just set it to something that // resolves and accepts requests, even if they all fail. user_pref('identity.fxaccounts.auth.uri', 'https://%(server)s/fxa-dummy/'); + +// Make sure we don't try to load snippets from the network. +user_pref("browser.aboutHomeSnippets.updateUrl", "nonexistent://test"); + +// 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");