e0e1d9e5b3
Grails can handle CORS on its own. It just has to be configured in `/etc/bigbluebutton/bbb-web.properties`: ~~~ grails.cors.enabled=true grails.cors.allowedOrigins=https://bbb-proxy.example.org grails.cors.allowCredentials=true ~~~ This is a breaking change of the nginx config if (and only if) you run a cluster setup as described in https://docs.bigbluebutton.org/admin/clusterproxy.html **If** you run such a setup, you **need** to change `/etc/bigbluebutton/bbb-web.properties`. Otherwise users won't be able to join meetings, upload slides etc. The change in `PresentationController.groovy` fixes the handling of `OPTIONS` requests in the `/bigbluebutton/presentation/checkPresentation` handler. |
||
---|---|---|
.. | ||
controllers | ||
UrlMappings.groovy |