Another question, can approved domains have a wild...
# ask-a-descoper
e
Another question, can approved domains have a wildcard in them?
f
Hey @eager-rocket-96024, that is currently not supported.
s
why you need a wildcard ? adding top level domain will not cover your need ?
e
We are using subdomains to separate our tenants, meaning I want to allow
*.<http://mydomain.com|mydomain.com>
s
in that case mydomain.com will do the trick, since everything with sub domain under mydomain.com will work
👍 1
it's basically the same as *.mydomain.com
e
Sounds good I'll try it, thx!