aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-11-29 11:13:00 +0100
committerGitHub <[email protected]>2023-11-29 11:13:00 +0100
commit2efdc9fac56cbdbb4168fafd4bfbb7226d61dfab (patch)
tree3b54f618fdaabc1437b6f421bc3a97d5b899e20e
parentclose thread pool + parallel CasImpl::Initialize (#576) (diff)
downloadzen-2efdc9fac56cbdbb4168fafd4bfbb7226d61dfab.tar.xz
zen-2efdc9fac56cbdbb4168fafd4bfbb7226d61dfab.zip
Update README.md
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index 732caf772..1fd84816c 100644
--- a/README.md
+++ b/README.md
@@ -220,11 +220,6 @@ xmake build
* The implementation currently depends only on a few libraries including the C++ standard library
* It uses exceptions for certain types of unexpected error conditions
-* `zenservice.exe` currently requires elevated access to enable `http.sys` access. This will be relaxed
- in the future by offering to use a portable server interface without elevation
-* The service endpoints are currently open on all NICs and will respond to requests from any host. This
- will be tightened up in the future to require some degree of authentication to satisfy security
- requirements
# Contributing Code