update option description to only commit to wilcard symbol for now

This commit is contained in:
Alexander Emelin
2021-07-01 12:41:21 +03:00
parent c7e2ec9990
commit 012ee1fc28
2 changed files with 2 additions and 2 deletions

View File

@@ -902,7 +902,7 @@ plugin_catalog_url = https://grafana.com/grafana/plugins/
max_connections = 100 max_connections = 100
# allowed_origins is a comma-separated list of origins that can establish connection with Grafana Live. # 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 = allowed_origins =
#################################### Grafana Image Renderer Plugin ########################## #################################### Grafana Image Renderer Plugin ##########################

View File

@@ -888,7 +888,7 @@
;max_connections = 100 ;max_connections = 100
# allowed_origins is a comma-separated list of origins that can establish connection with Grafana Live. # 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 = ;allowed_origins =
#################################### Grafana Image Renderer Plugin ########################## #################################### Grafana Image Renderer Plugin ##########################