openfun / jitsi-magnify

An authentication and room management system for Jitsi built with Django/React
MIT License
23 stars 6 forks source link

✨(backend) enable cors headers #101

Closed jbpenrath closed 2 years ago

jbpenrath commented 2 years ago

Purpose

Install django-cors-headers to allow CORS requests from authorized domains on production and from everywhere on development

Proposal