Bug 904131 - Add breakpad.reportURL pref. r=myk

This commit is contained in:
Marco Castelluccio 2013-08-13 13:37:11 -04:00
parent aca1451e7f
commit c5838a0a0b

View File

@ -19,6 +19,9 @@ pref("extensions.showMismatchUI", false);
// Whether or not we've ever run. We use this to set permissions on firstrun.
pref("webapprt.firstrun", false);
// Set reportURL for crashes
pref("breakpad.reportURL", "https://crash-stats.mozilla.com/report/index/");
// Blocklist preferences
pref("extensions.blocklist.enabled", true);
pref("extensions.blocklist.interval", 86400);