browser(firefox): follow-up with crash reporter disabling (#5534)
Since we now disable crash reporter compilation and don't ship it with Firefox anymore, we should not attempt to disable it with preferences.
This commit is contained in:
parent
f10d0a8a58
commit
496aeeba79
|
|
@ -1,2 +1,2 @@
|
|||
1233
|
||||
Changed: lushnikov@chromium.org Fri 19 Feb 2021 12:48:12 PM PST
|
||||
1234
|
||||
Changed: lushnikov@chromium.org Fri 19 Feb 2021 21:20:12 PM PST
|
||||
|
|
|
|||
|
|
@ -273,5 +273,3 @@ pref("extensions.blocklist.enabled", false);
|
|||
// Force Firefox Devtools to open in a separate window.
|
||||
pref("devtools.toolbox.host", "window");
|
||||
|
||||
// Disable crash reporter.
|
||||
Components.classes["@mozilla.org/toolkit/crash-reporter;1"].getService(Components.interfaces.nsICrashReporter).submitReports = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue