corydolphin / flask-cors

Cross Origin Resource Sharing ( CORS ) support for Flask
https://flask-cors.corydolphin.com/
MIT License
873 stars 140 forks source link

Allow origins to be a callable #268

Closed fzembow closed 1 year ago

fzembow commented 4 years ago

This allows the list of allowed origins to be determined dynamically, for example when hosting a website where domains may be added to removed at runtime.

hans2520 commented 3 years ago

Is this project still maintained?