mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
Bug 1030149 - dummify all the sync prefs, r=ttaubert
This commit is contained in:
parent
63efe05843
commit
df76403c78
@ -198,6 +198,12 @@ user_pref('toolkit.telemetry.server', 'https://%(server)s/telemetry-dummy/');
|
||||
// resolves and accepts requests, even if they all fail.
|
||||
user_pref('identity.fxaccounts.auth.uri', 'https://%(server)s/fxa-dummy/');
|
||||
|
||||
// Ditto for all the other Firefox accounts URIs used for about:accounts et al.:
|
||||
user_pref("identity.fxaccounts.remote.signup.uri", "https://%(server)s/fxa-signup");
|
||||
user_pref("identity.fxaccounts.remote.force_auth.uri", "https://%(server)s/fxa-force-auth");
|
||||
user_pref("identity.fxaccounts.remote.signin.uri", "https://%(server)s/fxa-signin");
|
||||
user_pref("identity.fxaccounts.settings.uri", "https://%(server)s/fxa-settings");
|
||||
|
||||
// Enable logging of APZ test data (see bug 961289).
|
||||
user_pref('apz.test.logging_enabled', true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user