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

add CORS configuration via env variables #168

Merged
merged 2 commits into from
Nov 18, 2024

Conversation

vincentsarago
Copy link
Member

closes #50

I changed my mind because it fact for users enabling the transaction extension, adding PUT methods will be mandatory, so if we let the extensions list to be configured by env variable we need to enable the CORS configuration as well

@@ -2,6 +2,10 @@

## [Unreleased]

## [3.0.1] - 2024-11-14
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: I've created a maint-3.0.x branch because I think this can't wait before the next minor release, set to be done once we merge #155

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes will be back ported to the main branch later

@vincentsarago vincentsarago changed the base branch from main to maint-3.0.x November 14, 2024 17:10
@vincentsarago vincentsarago merged commit 657240d into maint-3.0.x Nov 18, 2024
7 checks passed
@vincentsarago vincentsarago deleted the patch/add-cors-configuration branch November 18, 2024 15:38
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.

Allow for easy configuration of CORS
2 participants