You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to integrate this in a project that needs to allow origins that match a regex. From my reading of the README and some of the code, I don't see this functionality, but I wanted to ask to make sure I wasn't overlooking it.
An example of when this functionality would be useful is for some front end deployments that we have to netlify that have unique hashes in the subdomain, such as <hash>-my-slug.mydomain.com. Ideally, I'd like to be able to set up rules that match any domain that matches that pattern.
If I'm not overlooking the functionality, is this something that you'd either consider supporting or would consider a PR for?
The text was updated successfully, but these errors were encountered:
Hi all!
I'm attempting to integrate this in a project that needs to allow origins that match a regex. From my reading of the README and some of the code, I don't see this functionality, but I wanted to ask to make sure I wasn't overlooking it.
An example of when this functionality would be useful is for some front end deployments that we have to netlify that have unique hashes in the subdomain, such as
<hash>-my-slug.mydomain.com
. Ideally, I'd like to be able to set up rules that match any domain that matches that pattern.If I'm not overlooking the functionality, is this something that you'd either consider supporting or would consider a PR for?
The text was updated successfully, but these errors were encountered: