0.10.7 fix 403

This commit is contained in:
SDE
2024-01-12 16:44:51 +03:00
parent 65120cd2d4
commit f0efae5987

View File

@@ -16,6 +16,7 @@ from pathlib import Path
BASE_DIR = Path(__file__).resolve().parent.parent
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
CSRF_TRUSTED_ORIGINS = ['https://tripwb.com']
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/4.2/howto/deployment/checklist/