From 29868034f2ebc4ae3fcb9d921c6c094884507e65 Mon Sep 17 00:00:00 2001 From: behruz-dev Date: Wed, 24 Sep 2025 17:43:02 +0500 Subject: [PATCH] add new domain for cors --- config/conf/cors_headers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config/conf/cors_headers.py b/config/conf/cors_headers.py index 309b0db..b2cd214 100644 --- a/config/conf/cors_headers.py +++ b/config/conf/cors_headers.py @@ -6,6 +6,7 @@ CORS_ALLOWED_ORIGINS = [ 'https://uyqurfront.felixits.uz', "https://ibapp.uz", "https://www.ibapp.uz", + 'https://test.ibapp.uz', ] CSRF_TRUSTED_ORIGINS = [