Mercurial > hg > orthanc
diff OrthancServer/ServerContext.cpp @ 3534:cac8ffcb9cef
forcing AuthenticationEnabled to false is considered as insecure if remote access is allowed
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 04 Oct 2019 19:16:12 +0200 |
parents | 2090ec6a83a5 |
children | 41365091a41e |
line wrap: on
line diff
--- a/OrthancServer/ServerContext.cpp Fri Oct 04 17:41:43 2019 +0200 +++ b/OrthancServer/ServerContext.cpp Fri Oct 04 19:16:12 2019 +0200 @@ -240,7 +240,7 @@ haveJobsChanged_(false), isJobsEngineUnserialized_(false), metricsRegistry_(new MetricsRegistry), - isDefaultUser_(false) + isHttpServerSecure_(true) { { OrthancConfiguration::ReaderLock lock;