Skip to content

Commit

Permalink
Rename ValidateCSRF to CSRF_PROTECTION at appsettings.json in accorda…
Browse files Browse the repository at this point in the history
…nce with the spec.
  • Loading branch information
claudiamurialdo committed Dec 22, 2023
1 parent 3335e2e commit 0404b50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"CACHE_INVALIDATION_TOKEN": "20216211291931",
"CORS_ALLOW_ORIGIN": "https://normal-website.com",
"MY_CUSTOM_PTY": "DEFAULT_VALUE",
"ValidateCSRF": "1"
"CSRF_PROTECTION": "1"
},
"languages": {
"English": {
Expand Down

0 comments on commit 0404b50

Please sign in to comment.