Harden runtime configuration and container security defaults
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
from .base import * # noqa: F403,F401
|
||||
|
||||
DEBUG = True
|
||||
SECURE_SSL_REDIRECT = False
|
||||
SESSION_COOKIE_SECURE = False
|
||||
CSRF_COOKIE_SECURE = False
|
||||
|
||||
Reference in New Issue
Block a user