-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: add cors to cli #221
Labels
Comments
any PR are welcome) |
There was an issue #196 |
jonasgloning
added a commit
that referenced
this issue
Feb 14, 2023
github-actions bot
pushed a commit
that referenced
this issue
Feb 14, 2023
# [1.0.0-rc.10](v1.0.0-rc.9...v1.0.0-rc.10) (2023-02-14) ### Features * set the PEERSERVER_PATH with an environment variable ([084fb8a](084fb8a)), closes [#213](#213) * set the PORT with an environment variable ([68a3398](68a3398)), closes [#213](#213) * specify cors options via cli or js ([05f12cd](05f12cd)), closes [#196](#196) [#221](#221)
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'd like to have a
--cors
flag added to the command line server for security reasons. We have currently written our own custom server, but this is only to add cors options, I'd really like to extend the docker container (or update it's run command in the docker-compose file) instead of implementing our own server build, which is unlikely to get updated.The text was updated successfully, but these errors were encountered: