csrf
parent
5cea8875dd
commit
da7960c254
|
|
@ -27,7 +27,7 @@ SECRET_KEY = 'django-insecure-di(3!svrv%ot-07@%quxc9^@##0@w+#zccozl4_3e@nnsx5f(g
|
|||
DEBUG = os.getenv('DEBUG', False) == 'True'
|
||||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
CSRF_TRUSTED_ORIGINS = ['https://podlaskizbs.pl', 'http://127.0.0.1']
|
||||
CSRF_TRUSTED_ORIGINS = ['https://labs.lomza.pl', 'https://www.labs.lomza.pl', 'https://www.labs.podlzbs.pl', 'https://labs.podlzbs.pl', 'http://127.0.0.1']
|
||||
|
||||
INTERNAL_IPS = [
|
||||
"127.0.0.1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue