add google.com to allowed host
This commit is contained in:
@@ -2,7 +2,7 @@ from .base 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 = [
|
||||
f"https://{DOMAIN}",
|
||||
f"http://{DOMAIN}",
|
||||
|
||||
Reference in New Issue
Block a user