Join the AMA (Ask Me Anything) with Firefox leadership team to talk about Firefox priorities in 2024. Mark your calendar! Thursday, June 13, 17:00 - 19:00 UTC.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Cuireadh an snáithe seo sa chartlann. Cuir ceist nua má tá cabhair uait.

New Sync entries in prefs.js

  • 3 fhreagra
  • 1 leis an bhfadhb seo
  • 4 views
  • Freagra is déanaí ó Yaron

more options

I've noticed that after using the new History button ("history-panelmenu"), the following entries are added to prefs.js:

user_pref("services.sync.clients.lastSync", "0"); user_pref("services.sync.clients.lastSyncLocal", "0"); user_pref("services.sync.declinedEngines", ""); user_pref("services.sync.globalScore", 0); user_pref("services.sync.migrated", true); user_pref("services.sync.nextSync", 0); user_pref("services.sync.tabs.lastSync", "0"); user_pref("services.sync.tabs.lastSyncLocal", "0");

I never use the Sync service. Is there a way to completely disable Sync and remove those entries?

Thank you.

I've noticed that after using the new History button ("history-panelmenu"), the following entries are added to prefs.js: user_pref("services.sync.clients.lastSync", "0"); user_pref("services.sync.clients.lastSyncLocal", "0"); user_pref("services.sync.declinedEngines", ""); user_pref("services.sync.globalScore", 0); user_pref("services.sync.migrated", true); user_pref("services.sync.nextSync", 0); user_pref("services.sync.tabs.lastSync", "0"); user_pref("services.sync.tabs.lastSyncLocal", "0"); * I never use the Sync service. Is there a way to completely disable Sync and remove those entries? Thank you.

All Replies (3)

more options

Hi Yaron, If there is a sync account you can remove it. As far a removing the preferences you can reset Firefox.

The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
Note: This will cause you to lose any Extensions and some Preferences.

  • Open websites will not be saved in Firefox versions lower than 25.

To Reset Firefox do the following:

For Firefox versions previous to 29.0:

  1. Go to Firefox > Help > Troubleshooting Information.
  2. Click the "Reset Firefox"Button reset button.
  3. Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
  4. Firefox will open with all factory defaults applied.

For Firefox 29.0 and above:

  1. Click the menu button New Fx Menu, click help Help-29 and select Troubleshooting Information.

Now, a new tab containing your troubleshooting information should open.

  1. At the top right corner of the page, you should see a button that says "Reset Firefox"Button reset. Click on it.
  2. Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
  3. Firefox will open with all factory defaults applied.

Further information can be found in the Refresh Firefox - reset add-ons and settings article.

Did this fix your problems? Please report back to us!

Thank you.

more options

I see those prefs as well, so I assume that they are created as part of initializing via the Sync startup code.

more options

Thank you guigs2 and cor-el. I appreciate it.

Resetting Firefox shouldn't remove those prefs. The sync code is in "modules/CustomizableUI.jsm".