From 678fe95b3ee00d73ec80013c606573b38ed17c3b Mon Sep 17 00:00:00 2001 From: CRoberto1926 <3205022+CRoberto1926@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:30:59 +0200 Subject: [PATCH] Closes #2616 - Disable CSRF Token by default in example spring boot application --- .../src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest/taskana-rest-spring-example-boot/src/main/resources/application.properties b/rest/taskana-rest-spring-example-boot/src/main/resources/application.properties index a961f5487..625b9c1d9 100644 --- a/rest/taskana-rest-spring-example-boot/src/main/resources/application.properties +++ b/rest/taskana-rest-spring-example-boot/src/main/resources/application.properties @@ -33,7 +33,7 @@ taskana.schemaName=TASKANA ####### property that control rest api security deploy use true for no security. devMode=false # This property enables the support of XSRF tokens. This will not work together with devMode. -enableCsrf=true +enableCsrf=false ####### property that control if the database is cleaned and sample data is generated generateSampleData=true ####### cache static resources properties