From a871481ea6a8e1c6236a65ee20a0419cea1a9597 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Fri, 7 Feb 2020 10:58:48 +0100 Subject: [PATCH] Enable "cookie_samesite: lax" on 3.4 --- symfony/framework-bundle/3.4/config/bootstrap.php | 1 + .../3.4/config/packages/cache.yaml | 1 + .../3.4/config/packages/framework.yaml | 15 +++++++++++++++ symfony/framework-bundle/3.4/config/packages/test | 1 + symfony/framework-bundle/3.4/config/services.yaml | 1 + symfony/framework-bundle/3.4/manifest.json | 1 + symfony/framework-bundle/3.4/post-install.txt | 1 + symfony/framework-bundle/3.4/public | 1 + symfony/framework-bundle/3.4/src | 1 + 9 files changed, 23 insertions(+) create mode 120000 symfony/framework-bundle/3.4/config/bootstrap.php create mode 120000 symfony/framework-bundle/3.4/config/packages/cache.yaml create mode 100644 symfony/framework-bundle/3.4/config/packages/framework.yaml create mode 120000 symfony/framework-bundle/3.4/config/packages/test create mode 120000 symfony/framework-bundle/3.4/config/services.yaml create mode 120000 symfony/framework-bundle/3.4/manifest.json create mode 120000 symfony/framework-bundle/3.4/post-install.txt create mode 120000 symfony/framework-bundle/3.4/public create mode 120000 symfony/framework-bundle/3.4/src diff --git a/symfony/framework-bundle/3.4/config/bootstrap.php b/symfony/framework-bundle/3.4/config/bootstrap.php new file mode 120000 index 00000000..81810920 --- /dev/null +++ b/symfony/framework-bundle/3.4/config/bootstrap.php @@ -0,0 +1 @@ +../../3.3/config/bootstrap.php \ No newline at end of file diff --git a/symfony/framework-bundle/3.4/config/packages/cache.yaml b/symfony/framework-bundle/3.4/config/packages/cache.yaml new file mode 120000 index 00000000..a8816e95 --- /dev/null +++ b/symfony/framework-bundle/3.4/config/packages/cache.yaml @@ -0,0 +1 @@ +../../../3.3/config/packages/cache.yaml \ No newline at end of file diff --git a/symfony/framework-bundle/3.4/config/packages/framework.yaml b/symfony/framework-bundle/3.4/config/packages/framework.yaml new file mode 100644 index 00000000..f5325764 --- /dev/null +++ b/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 diff --git a/symfony/framework-bundle/3.4/config/packages/test b/symfony/framework-bundle/3.4/config/packages/test new file mode 120000 index 00000000..8761a022 --- /dev/null +++ b/symfony/framework-bundle/3.4/config/packages/test @@ -0,0 +1 @@ +../../../3.3/config/packages/test/ \ No newline at end of file diff --git a/symfony/framework-bundle/3.4/config/services.yaml b/symfony/framework-bundle/3.4/config/services.yaml new file mode 120000 index 00000000..d047ff7f --- /dev/null +++ b/symfony/framework-bundle/3.4/config/services.yaml @@ -0,0 +1 @@ +../../3.3/config/services.yaml \ No newline at end of file diff --git a/symfony/framework-bundle/3.4/manifest.json b/symfony/framework-bundle/3.4/manifest.json new file mode 120000 index 00000000..ae0cf233 --- /dev/null +++ b/symfony/framework-bundle/3.4/manifest.json @@ -0,0 +1 @@ +../3.3/manifest.json \ No newline at end of file diff --git a/symfony/framework-bundle/3.4/post-install.txt b/symfony/framework-bundle/3.4/post-install.txt new file mode 120000 index 00000000..bba626e0 --- /dev/null +++ b/symfony/framework-bundle/3.4/post-install.txt @@ -0,0 +1 @@ +../3.3/post-install.txt \ No newline at end of file diff --git a/symfony/framework-bundle/3.4/public b/symfony/framework-bundle/3.4/public new file mode 120000 index 00000000..909d7094 --- /dev/null +++ b/symfony/framework-bundle/3.4/public @@ -0,0 +1 @@ +../3.3/public/ \ No newline at end of file diff --git a/symfony/framework-bundle/3.4/src b/symfony/framework-bundle/3.4/src new file mode 120000 index 00000000..b4c62e0a --- /dev/null +++ b/symfony/framework-bundle/3.4/src @@ -0,0 +1 @@ +../3.3/src/ \ No newline at end of file