Merge pull request #11280 from MabinGo/docs_api-enable-cors_deprecated

docs: --api-enable-cors is deprecated,updated docs description
This commit is contained in:
moxiegirl
2015-03-11 15:28:28 -07:00
4 changed files with 2 additions and 6 deletions
-3
View File
@@ -34,9 +34,6 @@ unix://[/path/to/socket] to use.
The socket(s) to bind to in daemon mode specified using one or more
tcp://host:port, unix:///path/to/socket, fd://* or fd://socketfd.
**--api-enable-cors**=*true*|*false*
Enable CORS headers in the remote API. Default is false.
**--api-cors-header**=""
Set CORS headers in the remote API. Default is cors disabled. Give urls like "http://foo, http://bar, ...". Give "*" to allow all.