Releases: mschae/cors_plug
Releases · mschae/cors_plug
v1.1.0
- Enhancements
- Allow multiple origins. When configuring you can now pass a list for
origins
(plug: CORSPlug, origin: ~w(example1.com example2.com)
).
- Fixes
Access-Control-Expose-Headers
now works
Both of these have been brought to you by @jer-k - many thanks!
v1.0.0
- Fixes
- Don't override headers. Earlier headers would've been overriden by the
CORS Plug. Amazing that this hasn't popped up before...
As this makes a backward-incompatible change (no longer overriding headers
this is a new major).