mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
saabling CSRF in dev because it breaks all the tests.
Signed-off-by: Cliff Hill <clifford.hill@gsa.gov>
This commit is contained in:
@@ -118,7 +118,7 @@ class Development(Config):
|
|||||||
|
|
||||||
class Test(Development):
|
class Test(Development):
|
||||||
TESTING = True
|
TESTING = True
|
||||||
WTF_CSRF_ENABLED = True
|
WTF_CSRF_ENABLED = False
|
||||||
ASSET_DOMAIN = "static.example.com"
|
ASSET_DOMAIN = "static.example.com"
|
||||||
ASSET_PATH = "https://static.example.com/"
|
ASSET_PATH = "https://static.example.com/"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user