From 39b0c3c03df0aec254b32c840730452d4856872b Mon Sep 17 00:00:00 2001 From: Martin Jensen Date: Mon, 2 Oct 2023 12:07:41 +0200 Subject: [PATCH] docs: add example for `allowed_return_urls` to include wildcard url (#3533) See #1528 --- embedx/config.schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/embedx/config.schema.json b/embedx/config.schema.json index 02f568ee71fe..2992a7d3ddda 100644 --- a/embedx/config.schema.json +++ b/embedx/config.schema.json @@ -1201,7 +1201,8 @@ [ "https://app.my-app.com/dashboard", "/dashboard", - "https://www.my-app.com/" + "https://www.my-app.com/", + "https://*.my-app.com/" ] ] },