Mozilla 도움말 검색

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

자세히 살펴보기

I keep getting this error: Firefox automatically sends some data to Mozilla so that we can improve your experience

  • 9 답장
  • 3 이 문제를 만남
  • 1 보기
  • 최종 답변자: paponius

more options

I want to turn this off and I searched and found an older solution. It shows that I should put about:preferences#advanced in the address bar and select data choices. Data choices is not available to choose! This is very annoying to have popup every time. Thanks in advance. u4ea

I want to turn this off and I searched and found an older solution. It shows that I should put about:preferences#advanced in the address bar and select data choices. Data choices is not available to choose! This is very annoying to have popup every time. Thanks in advance. u4ea

선택된 해결법

Would you please try this :

Type in the address bar about:config (press Enter) (promise to be careful, if asked)

Type in the search bar datareporting.healthreport

and look for the preferences :

datareporting.healthreport.uploadEnabled

datareporting.healthreport.service.enabled

datareporting.healthreport.service.firstRun

Set their values to false - then close and restart Firefox.

Does that do the trick  ?

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (9)

more options

Here's how:

1) Type about:preferences#privacy in the URL bar and press enter.

2) Scroll down until you see Firefox Data Collection & Use

3) Uncheck what you do not wish to share.

4) Restart Firefox.

If this solved your problem, please mark as solution.

more options

This did not work. There are three boxes and none are checked, so I can't uncheck anything.

more options

Go to Preferences/Privacy & Security.

Your options should look like the attached screenshot.

more options

Went to Preferences/Privacy & Security This did not work. There are three boxes and none are checked, so I can't uncheck anything.

more options

선택된 해결법

Would you please try this :

Type in the address bar about:config (press Enter) (promise to be careful, if asked)

Type in the search bar datareporting.healthreport

and look for the preferences :

datareporting.healthreport.uploadEnabled

datareporting.healthreport.service.enabled

datareporting.healthreport.service.firstRun

Set their values to false - then close and restart Firefox.

Does that do the trick  ?

more options

You can also look at the telemetry prefs.

toolkit.telemetry.enabled = false
toolkit.telemetry.server = <blank>
toolkit.telemetry.unified = false
toolkit.telemetry.unifiedIsOptIn = false
more options

u4ea said

I want to turn this off and I searched and found an older solution. It shows that I should put about:preferences#advanced in the address bar and select data choices. Data choices is not available to choose! This is very annoying to have popup every time. Thanks in advance. u4ea

I think this solved my problem! Thank you very much for the help!

I really do appreciate you taking the time to help me and others!

more options

u4ea said

I think this solved my problem! Thank you very much for the help! I really do appreciate you taking the time to help me and others!

I'm sure that I speak for my fellow contributors as well, when I say :

My pleasure - glad you're problem is solved  !

more options

If you want to hide the notification itself, like when creating blank profile for users and not wanting them being bothered by it:

user_pref("datareporting.policy.dataSubmissionPolicyAcceptedVersion", 2); user_pref("datareporting.policy.dataSubmissionPolicyNotifiedTime", "1533619817422");

The time is current, from around now when I was writing this. Maybe it would need to be changed.