Skip to content

Commit ae517a7

Browse files
authored
fix: Update Csrf protection variable name in production.json (#1312)
1 parent d5c5972 commit ae517a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/config/production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"env": "production",
33
"logPrettyPrint": false,
4-
"enableCsrf": true,
4+
"enforceCsrf": true,
55
"previewMode": false
66
}

0 commit comments

Comments
 (0)