improved compose and entry point files
This commit is contained in:
@@ -31,6 +31,7 @@ ALLOWED_HOSTS = ['*']
|
||||
# Using a secure-only session cookie makes it more difficult for network traffic sniffers to hijack user sessions.
|
||||
SESSION_COOKIE_SECURE = True
|
||||
CSRF_COOKIE_SECURE = True
|
||||
CSRF_TRUSTED_ORIGINS = ["http://localhost:8000", "http://127.0.0.1:8000", "http://10.0.2.249:8000", "https://*.etss.it"]
|
||||
|
||||
# Application definition
|
||||
INSTALLED_APPS = [
|
||||
|
||||
Reference in New Issue
Block a user