diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index d9cb39d51e3..e671038aa31 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -608,3 +608,5 @@ pref("browser.ssl_override_behavior", 1); // replace newlines with spaces when pasting into fields pref("editor.singleLine.pasteNewlines", 2); +// The breakpad report server to link to in about:crashes +pref("breakpad.reportURL", "http://crash-stats.mozilla.com/report/index/");