Skip to content

Commit e30da5b

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #354
2 parents 018a74a + d0f7334 commit e30da5b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

symfony/framework-bundle/3.3/config/packages/framework.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
framework:
22
secret: '%env(APP_SECRET)%'
33
#default_locale: en
4-
#csrf_protection: ~
4+
#csrf_protection: true
55
#http_method_override: true
66

77
# Enables session support. Note that the session will ONLY be started if you read or write from it.
88
# Remove or comment this section to explicitly disable session support.
99
session:
1010
handler_id: ~
1111

12-
#esi: ~
13-
#fragments: ~
12+
#esi: true
13+
#fragments: true
1414
php_errors:
1515
log: true
1616

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
framework:
2-
test: ~
2+
test: true
33
session:
44
storage_id: session.storage.mock_file

symfony/security-bundle/3.3/config/packages/security.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ security:
77
pattern: ^/(_(profiler|wdt)|css|images|js)/
88
security: false
99
main:
10-
anonymous: ~
10+
anonymous: true
1111

1212
# activate different ways to authenticate
1313

14-
# http_basic: ~
14+
# http_basic: true
1515
# https://symfony.com/doc/current/security.html#a-configuring-how-your-users-will-authenticate
1616

17-
# form_login: ~
17+
# form_login: true
1818
# https://symfony.com/doc/current/security/form_login_setup.html
1919

2020
# Easy way to control access for large sections of your site

0 commit comments

Comments
 (0)