saabling CSRF in dev because it breaks all the tests.

Signed-off-by: Cliff Hill <clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-06-07 16:10:18 -04:00
parent ec9a36e0dd
commit 9e94b5a242

View File

@@ -118,7 +118,7 @@ class Development(Config):
class Test(Development):
TESTING = True
WTF_CSRF_ENABLED = True
WTF_CSRF_ENABLED = False
ASSET_DOMAIN = "static.example.com"
ASSET_PATH = "https://static.example.com/"