Re: [Mozilla Enterprise] How to disable crash reports?

2021-03-24 Thread Mike Kaply
Yes. MOZ_CRASHREPORTER_DISABLE is the best way to do that. Unfortunately because of how the crash reporter is hooked up, there's no easy way to disable via policy. Mike On Wed, Mar 24, 2021 at 1:12 PM Tiago Marques Delboni < tiago.delb...@almg.gov.br> wrote: > Hi! > > What is the advised way

[Mozilla Enterprise] How to disable crash reports?

2021-03-24 Thread Tiago Marques Delboni
Hi! What is the advised way to disable crash reports on ESR 78 (Windows)? Is there a policy or config to do it? On an old config I found this, but I don't know if it still holds: // Disable crash reporter lockPref("toolkit.crashreporter.enabled", false);