搜索 | 用户支持

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

Learn More

Allow Firefox to send technical and interaction data to Mozilla

  • 6 个回答
  • 2 人有此问题
  • 21 次查看
  • 最后回复者为 lol42278

more options

For years, no matter how often I disable this, after every single version update, it turns itself on again. I just want it permanently off.

For years, no matter how often I disable this, after every single version update, it turns itself on again. I just want it permanently off.

所有回复 (6)

more options

If you go to about:policies in the address bar, do you see any active Enterprise Policies?

Have you tried uninstalling and reinstalling Firefox?

more options

zeroknight said

If you go to about:policies in the address bar, do you see any active Enterprise Policies? Have you tried uninstalling and reinstalling Firefox?


"The Enterprise Policies service is inactive." Nothing there. Already tried different installations and profiles, too.

more options

Dropa said

What is the screenshot of the settings where your making these changes at? That might help others look to see what it's doing. And sometimes updates defaults settings back to standard to do proper updates - that's something to consider as well.

It's the only out of I don't know how many settings that gets changed and that has happened with every single of the hundreds of updates I've done over the years.

more options

Preferences would normally only get reset if there is a problem with accessing prefs.js in the profile folder. Do you have multiple numbered prefs-##.js files in the Firefox profile folder that could indicate a problem ?

You can check for problems with preferences. You can delete possible user.js and numbered prefs-##.js files and rename/remove the prefs.js file to reset all prefs to the default value including prefs set via user.js and prefs that are no longer supported in current Firefox releases.

You can use the button on the "Help -> More Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page (Root directory).

See also:

more options

If you can't figure out what is tampering with the telemetry setting (datareporting.healthreport.uploadEnabled) on your system, you can lock it with Enterprise Policies. Create a "policies.json" file and place it in a folder called "distribution" in the installation folder where firefox.exe is located containing:

 {
   "policies": {
     "DisableTelemetry": true
   }
 }
more options

cor-el said

Preferences would normally only get reset if there is a problem with accessing prefs.js in the profile folder. Do you have multiple numbered prefs-##.js files in the Firefox profile folder that could indicate a problem ? You can check for problems with preferences. You can delete possible user.js and numbered prefs-##.js files and rename/remove the prefs.js file to reset all prefs to the default value including prefs set via user.js and prefs that are no longer supported in current Firefox releases. You can use the button on the "Help -> More Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page (Root directory). See also:

Only one file there.


zeroknight said

If you can't figure out what is tampering with the telemetry setting (datareporting.healthreport.uploadEnabled) on your system, you can lock it with Enterprise Policies. Create a "policies.json" file and place it in a folder called "distribution" in the installation folder where firefox.exe is located containing: { "policies": { "DisableTelemetry": true } }

I've just created the file. Will see what happens with the next update.