# Add Richie {{site}} to Openedx LMS CORS whitelist and csrf trusted origins (production)
CORS_ORIGIN_WHITELIST.append("http://{{ RICHIE_{{site}}_HOST }}:8003")
CSRF_TRUSTED_ORIGINS.append("http://{{ RICHIE_{{site}}_HOST }}:8003")
