Upgrade recipes: symfony/framework

This commit is contained in:
2023-09-05 15:22:31 +02:00
parent 9dd52af2c6
commit 070c1f963a
9 changed files with 21 additions and 92 deletions

View File

@@ -14,7 +14,7 @@ framework:
- '%env(resolve:TRUSTED_HOSTS)%'
#csrf_protection: true
#http_method_override: true
http_method_override: false
# Enables session support. Note that the session will ONLY be started if you read or write from it.
# Remove or comment this section to explicitly disable session support.
@@ -22,6 +22,7 @@ framework:
handler_id: null
cookie_secure: auto
cookie_samesite: lax
storage_factory_id: session.storage.factory.native
#esi: true
#fragments: true
@@ -33,3 +34,9 @@ framework:
## sf4 check: ou à déplacer dans un chill.yaml
assets:
json_manifest_path: '%kernel.project_dir%/public/build/manifest.json'
when@test:
framework:
test: true
session:
storage_factory_id: session.storage.factory.mock_file