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, manager-api set cors in https://github.com/apache/apisix-dashboard/blob/master/api/internal/filter/cors.go, we should enhance the customization features here to facilitate user-defined configuration of the header.
cors
Add a Security configuration field in conf.yaml, so user defined configuration as needed.
Security
conf.yaml
The cors.go default configuration maybe cause some damage, so we need to fix it.
cors.go
The text was updated successfully, but these errors were encountered:
#2341 has merged, so close this issue.
Sorry, something went wrong.
No branches or pull requests
Feature request
Please describe your feature
Currently, manager-api set
cors
in https://github.com/apache/apisix-dashboard/blob/master/api/internal/filter/cors.go, we should enhance the customization features here to facilitate user-defined configuration of the header.Describe the solution you'd like
Add a
Security
configuration field inconf.yaml
, so user defined configuration as needed.Additional context
The
cors.go
default configuration maybe cause some damage, so we need to fix it.The text was updated successfully, but these errors were encountered: