File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
framework-bundle/3.3/config/packages
security-bundle/3.3/config/packages Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
framework :
2
2
secret : ' %env(APP_SECRET)%'
3
3
# default_locale: en
4
- # csrf_protection: ~
4
+ # csrf_protection: true
5
5
# http_method_override: true
6
6
7
7
# Enables session support. Note that the session will ONLY be started if you read or write from it.
8
8
# Remove or comment this section to explicitly disable session support.
9
9
session :
10
10
handler_id : ~
11
11
12
- # esi: ~
13
- # fragments: ~
12
+ # esi: true
13
+ # fragments: true
14
14
php_errors :
15
15
log : true
16
16
Original file line number Diff line number Diff line change 1
1
framework :
2
- test : ~
2
+ test : true
3
3
session :
4
4
storage_id : session.storage.mock_file
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ security:
7
7
pattern : ^/(_(profiler|wdt)|css|images|js)/
8
8
security : false
9
9
main :
10
- anonymous : ~
10
+ anonymous : true
11
11
12
12
# activate different ways to authenticate
13
13
14
- # http_basic: ~
14
+ # http_basic: true
15
15
# https://symfony.com/doc/current/security.html#a-configuring-how-your-users-will-authenticate
16
16
17
- # form_login: ~
17
+ # form_login: true
18
18
# https://symfony.com/doc/current/security/form_login_setup.html
19
19
20
20
# Easy way to control access for large sections of your site
You can’t perform that action at this time.
0 commit comments