Disable CORS validation, improve logging, fix build on nightly. (#129)

* Disable CORS validation, improve logging.

* Fix build from nightly API change.

* Rebuilt binaries
This commit is contained in:
Gav Wood
2018-04-16 14:23:33 +02:00
committed by Robert Habermeier
parent 40c7820c31
commit 8ff246eb8a
11 changed files with 16 additions and 7 deletions
@@ -46,5 +46,6 @@ pub fn start_http(
http::ServerBuilder::new(io)
.threads(4)
.rest_api(http::RestApi::Unsecure)
.cors(http::DomainsValidation::Disabled)
.start_http(addr)
}