diff --git a/brightIDfaucet/settings.py b/brightIDfaucet/settings.py index 257d559..9c77065 100644 --- a/brightIDfaucet/settings.py +++ b/brightIDfaucet/settings.py @@ -305,3 +305,13 @@ def before_send(event, hint): ), } CELERY_BROKER_URL = REDIS_URL + +CSRF_TRUSTED_ORIGINS = [ + "https://unitap-front.vercel.app", + "https://unitap.app", + "https://www.unitap.app", + "https://dashboard.unitap.app", + "https://bright.cafepay.app", + "https://api.unitap.app", + "https://stage.unitap.app", +]