0.24.0: Fixes issue with multiple `cors_allowed_origins`
what
- We now dynamically generate the cors rules block so we correctly create a block for each alias/allowed origin.
why
- CORS origins don't work without these changes
- I believe this change makes them work as intended in the original module
references
- Closes #22