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

Disable CORS on all routes but mailing list #614

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DanielVF
Copy link
Member

We currently have CORS enabled for all of the origin-website. It looks like what we intended was to just enable it for the mailing list route.

Looking at the docs on flask cors, it looks like doing CORS(app) is only needed if enabling cors for the entire site. The per route @cross_origin() should work fine without it.

I've not tested this, nor am I 100% there is nothing else that needs CORS protection, so I am passing it to @sparrowDom for review and sanity checking. Thanks!

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

Successfully merging this pull request may close these issues.

None yet

1 participant