Skip to content

0.24.0: Fixes issue with multiple `cors_allowed_origins`

Choose a tag to compare

@Gowiem Gowiem released this 23 Jun 21:51
e84f466

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