Let’s say I have a single embeddable host, blog.example.com
and a wildcard path allow-list such as /.*
.
I’d like to add an additional embed using the same host, but this time with a different allow-list, eg. /new-release.*
and with an extra tag, say releases
.
Obviously the “new release” topic could match both host/path combinations, but which of the two would get precedence? In what order are the rules evaluated?