Skip to content

Commit

Permalink
Disable automatic crash report sending
Browse files Browse the repository at this point in the history
To improve the privacy and security the automatic sending of crash
reports has been disabled.

GH-217
  • Loading branch information
arcticicestudio committed Mar 23, 2020
1 parent 2623363 commit bc29c78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snowblocks/firefox/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ user_pref("browser.startup.homepage", "about:home");
*/
user_pref("browser.startup.page", 3);

/* Disable automatic sending of reports on crash. */
user_pref("browser.tabs.crashReporting.sendReport", false);

/* Render tabs in the title bar. */
user_pref("browser.tabs.drawInTitlebar", true);

Expand Down

0 comments on commit bc29c78

Please sign in to comment.