diff --git a/chrome/content/zotero/errorReport.xul b/chrome/content/zotero/errorReport.xul index 0e9198b3eb..adc86e059c 100644 --- a/chrome/content/zotero/errorReport.xul +++ b/chrome/content/zotero/errorReport.xul @@ -53,7 +53,7 @@ body += key + '=' + encodeURIComponent(parts[key]) + '&'; } body = body.substr(0, body.length - 1); - Zotero.HTTP.doPost("http://www.zotero.org/repo/report", body, + Zotero.HTTP.doPost("https://repo.zotero.org/repo/report", body, _sendErrorReportCallback); }