openfun / jitsi-magnify

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

🔧(demo) set CSRF_TRUSTED_ORIGINS for the demo #180

Closed sampaccoud closed 1 year ago

sampaccoud commented 1 year ago

Purpose

The demo stack was broken because it uses Production settings but we did not set CSRF trusted origins.

Proposal

Set CSRF_TRUSTED_ORIGINS in the demo environment.