gecko/services/sync/services-sync.js
Dan Mills d85686cb70 Add code to disable any auth prompt and turn them into failures (from the microsummary svc).
Get/save sync service password in the password manager (ui missing).
Fix a bug in the reconciler that prevented it from returning any conflicts.
Other misc cleanup.
2007-09-24 00:21:22 -07:00

6 lines
217 B
JavaScript

pref("browser.places.sync.serverURL", "http://dotmoz.mozilla.org/");
pref("browser.places.sync.username", "nobody@mozilla.com");
pref("extensions.sync.lastversion", "firstrun");
pref("extensions.sync.lastsync", "");