Skip to content

Commit

Permalink
Disable automatic crash report sending (#229)
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.

Closes GH-217
  • Loading branch information
arcticicestudio authored Mar 24, 2020
1 parent a02a48a commit 82bee46
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 82bee46

Please sign in to comment.