Skip to content

Commit 678fe95

Browse files
CRoberto1926holgerhagen
authored andcommitted
Closes #2616 - Disable CSRF Token by default in example spring boot application
1 parent f618469 commit 678fe95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/taskana-rest-spring-example-boot/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ taskana.schemaName=TASKANA
3333
####### property that control rest api security deploy use true for no security.
3434
devMode=false
3535
# This property enables the support of XSRF tokens. This will not work together with devMode.
36-
enableCsrf=true
36+
enableCsrf=false
3737
####### property that control if the database is cleaned and sample data is generated
3838
generateSampleData=true
3939
####### cache static resources properties

0 commit comments

Comments
 (0)