In Corsica I can use a regex pattern for my CORS list, but when checking the Phoenix.Channels documentation I don’t see any mention of this. It seems like you can use a wildcard for subdomains, but not a regex pattern. Am I out of luck, or is there a solution?
For reference, here is the regex pattern that I want to apply: /^https:\/\/myapp(-staging)?(--[a-zA-Z0-9-]+)?\.web\.app\/?$/




















