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

Enable CORS for all methods and origins #11

Open
josemanuelp opened this issue Jun 10, 2022 · 2 comments
Open

Enable CORS for all methods and origins #11

josemanuelp opened this issue Jun 10, 2022 · 2 comments

Comments

@josemanuelp
Copy link

We at Mobus Operandi frequently forget to start the timer. So we had this idea when the driver starts screen sharing the timer would be started automatically.

We are using Jitsi Meet in a browser for the video call and screen sharing. We figured out how to do this but the browser doesn't allow us to make the request because CORS headers are not present in the preflight response from the server.

We'd be happy to submit a pull request that enables CORS for all methods and origins, in the global Spring configuration.

The change would be something like this:

allowed-origins="*"
allowed-methods="GET, HEAD, POST, PUT"
@simonharrer
Copy link
Member

Fine for me. Go ahead with the PR. :-)

@mightyiam
Copy link

Alright, it's on our list, then.

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

No branches or pull requests

3 participants