임베딩 시 허용된 호스트에 와일드카드 사용 가능할까요?

My CI/CD sets up a brand new subdomain for each git branch that’s pushed, so I have staging/preview deployments that match *-hollowverse.vercel.app. I’d like to be able to specify the Allowed host when embedding in the same manner so that my embed would work under those subdomains. Is that possible?

I’d be interested with this too!