Skip to content

Commit

Permalink
Merge pull request #738
Browse files Browse the repository at this point in the history
  • Loading branch information
symfony-flex-server[bot] committed Mar 29, 2020
2 parents 5bdd246 + a871481 commit 9880918
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions symfony/framework-bundle/3.4/config/bootstrap.php
1 change: 1 addition & 0 deletions symfony/framework-bundle/3.4/config/packages/cache.yaml
15 changes: 15 additions & 0 deletions symfony/framework-bundle/3.4/config/packages/framework.yaml
@@ -0,0 +1,15 @@
framework:
secret: '%env(APP_SECRET)%'
#csrf_protection: true
#http_method_override: true

# 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.
session:
handler_id: null
cookie_samesite: lax

#esi: true
#fragments: true
php_errors:
log: true
1 change: 1 addition & 0 deletions symfony/framework-bundle/3.4/config/packages/test
1 change: 1 addition & 0 deletions symfony/framework-bundle/3.4/config/services.yaml
1 change: 1 addition & 0 deletions symfony/framework-bundle/3.4/manifest.json
1 change: 1 addition & 0 deletions symfony/framework-bundle/3.4/post-install.txt
1 change: 1 addition & 0 deletions symfony/framework-bundle/3.4/public
1 change: 1 addition & 0 deletions symfony/framework-bundle/3.4/src

0 comments on commit 9880918

Please sign in to comment.