Skip to content

Commit 0404b50

Browse files
Rename ValidateCSRF to CSRF_PROTECTION at appsettings.json in accordance with the spec.
1 parent 3335e2e commit 0404b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/test/DotNetCoreAttackMitigationTest/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"CACHE_INVALIDATION_TOKEN": "20216211291931",
5151
"CORS_ALLOW_ORIGIN": "https://normal-website.com",
5252
"MY_CUSTOM_PTY": "DEFAULT_VALUE",
53-
"ValidateCSRF": "1"
53+
"CSRF_PROTECTION": "1"
5454
},
5555
"languages": {
5656
"English": {

0 commit comments

Comments
 (0)