You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE-4.2.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ FrameworkBundle
84
84
this will generate 404s for non-UTF-8 URLs, which are incompatible with you app anyway,
85
85
and will allow dumping optimized routers and using Unicode classes in requirements.
86
86
* Added support for the SameSite attribute for session cookies. It is highly recommended to set this setting (`framework.session.cookie_samesite`) to `lax` for increased security against CSRF attacks.
87
+
* The `Controller` class has been deprecated, use `AbstractController` instead.
0 commit comments