Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable "cookie_samesite: lax" on 3.4 #738

Merged
1 commit merged into from Mar 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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