diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-11 16:31:15 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-11 16:32:19 +0300 |
| commit | 8c8eac256bdb51fdf9e6e297280b2017d26c3588 (patch) | |
| tree | a679d8fb8fc171ab3f4c09500238112acad8f836 /indra/newview/llappcorehttp.h | |
| parent | 45758daa8a1f388f5881f5025063e13b10ff7721 (diff) | |
SL-13927 Turn SSL verification On for all SL services in viewer
Diffstat (limited to 'indra/newview/llappcorehttp.h')
| -rw-r--r-- | indra/newview/llappcorehttp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappcorehttp.h b/indra/newview/llappcorehttp.h index 95c138d598..751c498ab0 100644 --- a/indra/newview/llappcorehttp.h +++ b/indra/newview/llappcorehttp.h @@ -256,6 +256,7 @@ private: HttpClass mHttpClasses[AP_COUNT]; bool mPipelined; // Global setting boost::signals2::connection mPipelinedSignal; // Signal for 'HttpPipelining' setting + boost::signals2::connection mSSLNoVerifySignal; // Signal for 'NoVerifySSLCert' setting static LLCore::HttpStatus sslVerify(const std::string &uri, const LLCore::HttpHandler::ptr_t &handler, void *appdata); }; |
