Commit 06fe160
committed
minor #21322 framework.rst: fixed
This PR was merged into the 7.3 branch.
Discussion
----------
framework.rst: fixed `cookie_samesite` default value
It used to be `null`, but since 7.0 it is `'lax'`:
* https://github.com/symfony/symfony/blob/8c637721ffb5b1f239c31b13308cc92ba39701cb/UPGRADE-7.0.md?plain=1#L258
* https://github.com/symfony/symfony/blob/v7.3.2/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L705
Commits
-------
ccef7ef framework.rst: fixed `cookie_samesite` default valuecookie_samesite default value (MacDada)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3040 | 3040 | | |
3041 | 3041 | | |
3042 | 3042 | | |
3043 | | - | |
| 3043 | + | |
3044 | 3044 | | |
3045 | 3045 | | |
3046 | 3046 | | |
| |||
0 commit comments