From 012ee1fc2816ce142dcbdbf37dd8d916f044eabd Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Thu, 1 Jul 2021 12:41:21 +0300 Subject: [PATCH] update option description to only commit to wilcard symbol for now --- conf/defaults.ini | 2 +- conf/sample.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ##########################