-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CORS support #478
Add CORS support #478
Conversation
1 similar comment
Any reason why this stalled? |
@@ -20,6 +20,7 @@ | |||
'cryptography>=1.1.1, <2.0.0', | |||
'flask-appbuilder>=1.6.0, <2.0.0', | |||
'Flask-BabelPkg==0.9.6', | |||
'Flask-Cors>=2.0.0', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rather not have this as a hard dependency for the vast majority. I'd propose removing it or using extra_requires
.
@mistercrunch I moved flask-cors into an extra dependency, and I also added some documentation, let me know what you think :) |
👍 |
great, thanks |
Bumps [datatables.net-bs](https://github.com/DataTables/Dist-DataTables-Bootstrap) from 1.10.20 to 1.10.21. - [Release notes](https://github.com/DataTables/Dist-DataTables-Bootstrap/releases) - [Commits](DataTables/Dist-DataTables-Bootstrap@1.10.20...1.10.21) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [datatables.net-bs](https://github.com/DataTables/Dist-DataTables-Bootstrap) from 1.10.20 to 1.10.21. - [Release notes](https://github.com/DataTables/Dist-DataTables-Bootstrap/releases) - [Commits](DataTables/Dist-DataTables-Bootstrap@1.10.20...1.10.21) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [datatables.net-bs](https://github.com/DataTables/Dist-DataTables-Bootstrap) from 1.10.20 to 1.10.21. - [Release notes](https://github.com/DataTables/Dist-DataTables-Bootstrap/releases) - [Commits](DataTables/Dist-DataTables-Bootstrap@1.10.20...1.10.21) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [datatables.net-bs](https://github.com/DataTables/Dist-DataTables-Bootstrap) from 1.10.20 to 1.10.21. - [Release notes](https://github.com/DataTables/Dist-DataTables-Bootstrap/releases) - [Commits](DataTables/Dist-DataTables-Bootstrap@1.10.20...1.10.21) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Hi, I am using caravel as an API service, and CORS would be nice for this use case. I just wanted to know if this looks good, before spending time on tests (which I am not sure how to implement, suggestions welcome!)