Skip to content

Commit

Permalink
Disable more prefs for Firefox Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Dec 17, 2014
1 parent 6c3f3fe commit b9016f5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions defaults/preferences/disablesync.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

pref("services.sync.serverURL", "");
pref("identity.fxaccounts.auth.uri", "");
pref("identity.fxaccounts.remote.force_auth.uri", "");
pref("identity.fxaccounts.remote.signin.uri", "");
pref("identity.fxaccounts.remote.signup.uri", "");
pref("identity.fxaccounts.settings.uri", "");
pref("services.sync.fxa.privacyURL", "");
pref("services.sync.fxa.termsURL", "");
pref("services.sync.jpake.serverURL", "");
pref("services.sync.termsURL", "");
pref("services.sync.privacyURL", "");
pref("services.sync.serverURL", "");
pref("services.sync.statusURL", "");
pref("services.sync.syncKeyHelpURL", "");
pref("services.sync.termsURL", "");

0 comments on commit b9016f5

Please sign in to comment.