ComputerScienceHouse / BrickWall

CSH Internal Job Review and details
Mozilla Public License 2.0
2 stars 5 forks source link

Use Array for origin in CorsOptions, rather than function #123

Closed EricKarschner37 closed 3 years ago

EricKarschner37 commented 3 years ago

It seems like the function was implemented to allow for multiple origins, but there's bulit-in support to use an array for multiple origins.