Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

New Sync entries in prefs.js

  • 3 个回答
  • 1 人有此问题
  • 4 次查看
  • 最后回复者为 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.

所有回复 (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".