add google.com to allowed host

This commit is contained in:
Parsa Nazer
2026-04-30 10:31:58 +03:30
parent ea1caefe81
commit 91b24a79e3
+1 -1
View File
@@ -2,7 +2,7 @@ from .base import *
from .unfold_conf import * from .unfold_conf import *
ALLOWED_HOSTS = ['127.0.0.1', 'localhost', DOMAIN, API_DOMAIN, '0.0.0.0', "185.110.189.208"] ALLOWED_HOSTS = ['127.0.0.1', 'localhost', DOMAIN, API_DOMAIN, '0.0.0.0', "185.110.189.208", 'www.google.com', 'google.com']
CSRF_TRUSTED_ORIGINS = [ CSRF_TRUSTED_ORIGINS = [
f"https://{DOMAIN}", f"https://{DOMAIN}",
f"http://{DOMAIN}", f"http://{DOMAIN}",