diff --git a/plugin/input/http/README.md b/plugin/input/http/README.md index 240b9ac7..7b20e5c1 100755 --- a/plugin/input/http/README.md +++ b/plugin/input/http/README.md @@ -106,6 +106,7 @@ Example: ```user_agent: '{{ index (index .request.Header "User-Agent") 0}}'``` **`cors`** *`CORSConfig`* CORS config. +Allowed origins support only one wildcard symbol. `http://*.example.com` - valid, `http://*.example.*.com` - invalid. See CORSConfig for details.