WileyLabs/web-redirects-cli

Map "/*" to ^/(.*) in Worker

Closed this issue · 1 comments

Once we move from Page Rules to Workers the format changes. We need to be more "defensive" in the Worker code to either deal with any/all wildcards from the old YAML/Page Rules, or at least deal with the fallback...

Forcing ourselves to remember to change wildcards to RegEx is overhead that frequently has caused mistakes.

won't fix