Skip to content
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

Fix CORS origins check #56

Closed
Baschdl opened this issue Mar 13, 2018 · 0 comments
Closed

Fix CORS origins check #56

Baschdl opened this issue Mar 13, 2018 · 0 comments

Comments

@Baschdl
Copy link
Member

Baschdl commented Mar 13, 2018

Fix check of origin of request to API. In the moment it's a * which isn't super secure:

CORS(app, supports_credentials=True, resources={r"/*": {"origins": "*"}})

Corresponding code was written but doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants