diff --git a/crash_reporter/crash_sender b/crash_reporter/crash_sender index 5b859a877..b24465d80 100755 --- a/crash_reporter/crash_sender +++ b/crash_reporter/crash_sender @@ -446,7 +446,7 @@ send_crash() { local curl_stderr="${TMP_DIR}/curl_stderr" set +e - curl "${url}" -v ${proxy:+--proxy "$proxy"} \ + curl "${url}" -f -v ${proxy:+--proxy "$proxy"} \ --capath "${RESTRICTED_CERTIFICATES_PATH}" --ciphers HIGH \ -F "prod=${product}" \ -F "ver=${version}" \