Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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".