Skip to content

Commit 9e3d350

Browse files
committed
add csrfProtection
1 parent 971586a commit 9e3d350

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

approuter/xs-app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"source": "^/sap_basic_auth/(.*)$",
6363
"target": "/sap/$1",
6464
"authenticationType": "basic",
65-
"destination": "SAP_ABAP_BACKEND"
65+
"destination": "SAP_ABAP_BACKEND",
66+
"csrfProtection": true
6667
},
6768
{
6869
"source": "^/sap_basic/(.*)$",

0 commit comments

Comments
 (0)