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 default_allow_origins() and add allow_credentials #965

Merged
merged 2 commits into from
Nov 9, 2024

Conversation

edg-l
Copy link
Contributor

@edg-l edg-l commented Nov 5, 2024

"any" wasnt parsed correctly, the "*" wildcard is recognized by tower

@jondot jondot added this to the 0.13.0 milestone Nov 9, 2024
@jondot jondot merged commit 67cb2a2 into loco-rs:master Nov 9, 2024
@jondot
Copy link
Contributor

jondot commented Nov 9, 2024

@edg-l looks like this triggered a parsing failure -- it says that it prefers "any" rather than "*", so I've reverted back to "any" in a different PR
could you elaborate on how you arrived at this fix?

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.

2 participants