From 5babce1a2e5358b4cdb590de40d65a7612b0422b Mon Sep 17 00:00:00 2001 From: behruz-dev Date: Fri, 19 Sep 2025 15:25:10 +0500 Subject: [PATCH] add new domain for cors --- config/conf/cors_headers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/conf/cors_headers.py b/config/conf/cors_headers.py index 9af0c94..a864e61 100644 --- a/config/conf/cors_headers.py +++ b/config/conf/cors_headers.py @@ -8,8 +8,8 @@ CORS_ALLOWED_ORIGINS = [ ] CSRF_TRUSTED_ORIGINS = [ - "https://uyqur.felixits.uz", 'http://localhost:8001', 'http://127.0.0.1:8001', - 'https://test-uyqur.felixits.uz' + 'https://test-uyqur.felixits.uz', + "https://ibapp.uz", ]