Bug 1835524 - Use BugSplat for SeaMonkey crash reporting - comm part. r=frg

This commit is contained in:
Ian Neal 2023-09-10 15:40:25 +01:00
Родитель 8a87906b5c
Коммит 22a6eb5d41
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -808,7 +808,7 @@ pref("layout.word_select.stop_at_punctuation", false);
#endif
// The breakpad report server to link to in about:crashes
pref("breakpad.reportURL", "https://crash-reports-test.seamonkey-project.org/report/index/");
pref("breakpad.reportURL", "https://app.bugsplat.com/v2/crash?database=seamonkey_project&id=");
// Name of alternate about: page for certificate errors (when undefined, defaults to about:neterror)
pref("security.alternate_certificate_error_page", "certerror");