mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
embed: update "HostWhitelist" godoc
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
089e8ffecb
commit
feb88ec66b
@ -186,10 +186,10 @@ type Config struct {
|
||||
// Note that the client origin policy is enforced whether authentication
|
||||
// is enabled or not, for tighter controls.
|
||||
//
|
||||
// By default, "HostWhitelist" is empty or "*", which allows any hostnames.
|
||||
// By default, "HostWhitelist" is "*", which allows any hostnames.
|
||||
// Note that when specifying hostnames, loopback addresses are not added
|
||||
// automatically. To allow loopback interfaces, leave it empty or add them
|
||||
// to whitelist manually (e.g. "localhost", "127.0.0.1", etc.).
|
||||
// automatically. To allow loopback interfaces, leave it empty or set it "*",
|
||||
// or add them to whitelist manually (e.g. "localhost", "127.0.0.1", etc.).
|
||||
//
|
||||
// CVE-2018-5702 reference:
|
||||
// - https://bugs.chromium.org/p/project-zero/issues/detail?id=1447#c2
|
||||
|
Loading…
x
Reference in New Issue
Block a user