diff --git a/conf/defaults.ini b/conf/defaults.ini index 121c5a261d4..ecd3e459b0f 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -902,7 +902,7 @@ plugin_catalog_url = https://grafana.com/grafana/plugins/ max_connections = 100 # allowed_origins is a comma-separated list of origins that can establish connection with Grafana Live. -# If not set then origin will be matched over root_url. Supports globbing: see https://github.com/gobwas/glob. +# If not set then origin will be matched over root_url. Supports wildcard symbol "*". allowed_origins = #################################### Grafana Image Renderer Plugin ########################## diff --git a/conf/sample.ini b/conf/sample.ini index 0d4909c8391..75be164bbdf 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -888,7 +888,7 @@ ;max_connections = 100 # allowed_origins is a comma-separated list of origins that can establish connection with Grafana Live. -# If not set then origin will be matched over root_url. Supports globbing: see https://github.com/gobwas/glob. +# If not set then origin will be matched over root_url. Supports wildcard symbol "*". ;allowed_origins = #################################### Grafana Image Renderer Plugin ##########################