mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 13:30:36 -04:00
FeedReader: Fixed embedding of images with https
This commit is contained in:
parent
2baec2baab
commit
c90ea518c5
2 changed files with 4 additions and 3 deletions
|
@ -94,6 +94,7 @@ CURLcode CURLWrapper::downloadBinary(const std::string &link, std::vector<unsign
|
|||
curl_easy_setopt(mCurl, CURLOPT_URL, link.c_str());
|
||||
curl_easy_setopt(mCurl, CURLOPT_WRITEFUNCTION, writeFunctionBinary);
|
||||
curl_easy_setopt(mCurl, CURLOPT_WRITEDATA, &data);
|
||||
curl_easy_setopt(mCurl, CURLOPT_SSL_VERIFYPEER, false);
|
||||
|
||||
return curl_easy_perform(mCurl);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue