We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10b969 commit cec4802Copy full SHA for cec4802
.gitignore
@@ -32,4 +32,4 @@ composer.lock
32
/phpunit.xml
33
.phpunit.result.cache
34
###< phpunit/phpunit ###
35
-app_app_files.txt
+all_app_files.txt
config/packages/csrf.yaml
@@ -0,0 +1,11 @@
1
+# Enable stateless CSRF protection for forms and logins/logouts
2
+framework:
3
+ form:
4
+ csrf_protection:
5
+ token_id: submit
6
+
7
8
+ stateless_token_ids:
9
+ - submit
10
+ - authenticate
11
+ - logout
0 commit comments