We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently we are sending multiple hostnames in acao header instead only the requesting host header should be returned
this is due to the acoa header hardcoded in nginx config in infra deployments
https://github.com/coronasafe/infra_template/blob/0686194e6cdc73c579971c0afa006772166d8446/configmaps/nginx.yaml#L113
but this should be handeled by django-cors-headers middleware https://github.com/adamchainz/django-cors-headers
The text was updated successfully, but these errors were encountered:
Hello, can I work on this issue ?
Sorry, something went wrong.
sainak
No branches or pull requests
currently we are sending multiple hostnames in acao header instead only the requesting host header should be returned
this is due to the acoa header hardcoded in nginx config in infra deployments
https://github.com/coronasafe/infra_template/blob/0686194e6cdc73c579971c0afa006772166d8446/configmaps/nginx.yaml#L113
but this should be handeled by django-cors-headers middleware
https://github.com/adamchainz/django-cors-headers
The text was updated successfully, but these errors were encountered: