Skip to content
This repository was archived by the owner on Apr 7, 2023. It is now read-only.

Document CORS configuration #1

Open
webmaster128 opened this issue Oct 6, 2022 · 0 comments
Open

Document CORS configuration #1

webmaster128 opened this issue Oct 6, 2022 · 0 comments

Comments

@webmaster128
Copy link
Contributor

When using an nginx reverse proxy:

add_header Access-Control-Allow-Origin * always;
add_header Access-Control-Allow-Headers * always;

For config.toml

# A list of origins a cross-domain request can be executed from
# Default value '[]' disables cors support
# Use '["*"]' to allow any origin
cors_allowed_origins = ["*"]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant