Disabling the last of Firefox's data collection features

TWF
New Contributor II

Screenshot 2024-10-21 at 1.56.55 PM.png

I was able to get some phenomenal help from @sdagley and @rayjd1650 on this before, but cannot seem to find any keys for disabling the crash reports. I have dug through the Crash Reporter docs and the policy-templates, but am unable to find a key to disable this feature. If anyone knows a solution, I'd love to read it.

 

Thank you in advance

1 ACCEPTED SOLUTION

Try browser.crashReports.unsubmittedCheck.autoSubmit2 under Preferences object.

View solution in original post

4 REPLIES 4

Shyamsundar
Contributor

We have option only to disable the Telmentery data , we don;t have any option to disable the Crashreport. 

TWF
New Contributor II

I did do the telemetry option disabled by default. I have everything else disabled, but for some reason there is not a key value for the crash reports. I'm thinking that I have to disable the org.mozilla.crashreporter, but finding values for that has been unsuccessful as well.

Try browser.crashReports.unsubmittedCheck.autoSubmit2 under Preferences object.

TWF
New Contributor II

I was able to disable it using:

<key>Preferences</key> <dict> <key>browser.crashReports.unsubmittedCheck.autoSubmit2</key> <dict> <key>Value</key> <false/> <key>Status</key> <string>locked</string> </dict> </dict>