Merge branch 'feature/privacy-first'

This commit is contained in:
Matt Scott
2023-01-24 05:32:38 -05:00
16 changed files with 100 additions and 84 deletions

View File

@@ -8,7 +8,6 @@ SECRET_KEY = 'e951e5a1f4b94151b360f47edf596dd2'
BIND_ADDRESS = '0.0.0.0'
PORT = 9191
HSTS_ENABLED = False
OFFLINE_MODE = False
FILESYSTEM_SESSIONS_ENABLED = False
SESSION_COOKIE_SAMESITE = 'Lax'
CSRF_COOKIE_HTTPONLY = True