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
I don't see the corsOrigins key is documented here (https://uppy.io/docs/companion/#Options). Seems it's used to set the cors origin. Otherwise the companion endpoints allow any origin to access.
The text was updated successfully, but these errors were encountered:
Seems to come from the documented env var:
uppy/packages/@uppy/companion/src/standalone/index.js
Line 25 in 994acff
If it also can be passed as a regular option, then indeed it should also be documented there.
cc @mifi
Sorry, something went wrong.
add corsOrigins to docs
1d9ad62
fixes #3548
created a pr for the docs
add corsOrigins to docs (#3554)
ae1c512
Successfully merging a pull request may close this issue.
I don't see the corsOrigins key is documented here (https://uppy.io/docs/companion/#Options). Seems it's used to set the cors origin. Otherwise the companion endpoints allow any origin to access.
The text was updated successfully, but these errors were encountered: