From 29c8980d1f347b1851a3baa338b20a27072456e6 Mon Sep 17 00:00:00 2001 From: jcartign Date: Thu, 8 Jun 2017 12:17:48 +0200 Subject: [PATCH] Enable CSRF filter --- src/main/resources/application.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8c03a6b..2bbc095 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -3,5 +3,4 @@ logging.level.org.hibernate=INFO spring.jpa.hibernate.ddl-auto=create-drop spring.mvc.view.prefix=/WEB-INF/pages/ -spring.mvc.view.suffix=.jsp -security.enable-csrf=false \ No newline at end of file +spring.mvc.view.suffix=.jsp \ No newline at end of file -- libgit2 0.21.2