- further healthz improvements

This commit is contained in:
Josako
2025-09-07 14:45:47 +02:00
parent 362b2fe753
commit 575bfa259e
4 changed files with 35 additions and 28 deletions

View File

@@ -323,6 +323,7 @@ class Config(object):
r'^/healthz($|/.*)',
r'^/_healthz($|/.*)',
]
SECURITY_LOGIN_WITHOUT_VIEWS = True # Dit voorkomt automatische redirects
class DevConfig(Config):