oracle-samples / xfc

A javascript library for Cross Frame Communication
Apache License 2.0
17 stars 24 forks source link

Support matching against wildcard characters in acls urls. #58

Closed dkschoonover closed 4 years ago

dkschoonover commented 4 years ago

Summary

Allow wildcard characters to be specified in acls urls. This can be used to match against any domain regardless of subdomain. Any number of valid domain characters can be matched against the asterisk.

Additional Details

I tried to keep the regex as simple as possible. Definitely let me know if stronger validation is needed.

mhemesath commented 4 years ago

@foxannefoxanne can you cut a release for this as a minor bump?

dkschoonover commented 4 years ago

Thanks to all for helping get these changes in!