diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-11 20:59:43 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-11 21:00:20 +0300 |
| commit | 6936736d1766a8a683b7058dbfdaee3c07e30cf7 (patch) | |
| tree | d24bc34385b8816838b3b64bca743f23fbe6e934 /indra/newview/llfloatergridstatus.cpp | |
| parent | 3ab3d957de295fb755440c534aa5aa4d65852fc8 (diff) | |
Revert SL-13927 commit 8c8eac256bdb51fdf9e6e297280b2017d26c3588.
Got into D503 by accident
Diffstat (limited to 'indra/newview/llfloatergridstatus.cpp')
| -rw-r--r-- | indra/newview/llfloatergridstatus.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloatergridstatus.cpp b/indra/newview/llfloatergridstatus.cpp index 9745e17bbb..faa7e9f3db 100644 --- a/indra/newview/llfloatergridstatus.cpp +++ b/indra/newview/llfloatergridstatus.cpp @@ -95,7 +95,6 @@ void LLFloaterGridStatus::getGridStatusRSSCoro() LLCore::HttpOptions::ptr_t httpOpts(new LLCore::HttpOptions); LLCore::HttpHeaders::ptr_t httpHeaders(new LLCore::HttpHeaders); - httpOpts->setSSLVerifyPeer(false); // We want this data even if SSL fails httpHeaders->append(HTTP_OUT_HEADER_CONTENT_TYPE, HTTP_CONTENT_TEXT_XML); std::string url = gSavedSettings.getString("GridStatusRSS"); |
