Skip to content

Commit

Permalink
Closes #2616 - Disable CSRF Token by default in example spring boot a…
Browse files Browse the repository at this point in the history
…pplication
  • Loading branch information
CRoberto1926 authored and Jörg Heffner committed Aug 6, 2024
1 parent 409c9e2 commit adcf6b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adcf6b1

Please sign in to comment.