Skip to content

Commit 734aef0

Browse files
authored
Merge pull request #4132 from totoprayogo1916/uppercase
set uppercase
2 parents 189e184 + 57e9bda commit 734aef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/installation/upgrade_405.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Upgrading from 4.0.4 to 4.0.5
66

77
CodeIgniter 4.0.5 introduces a setting for the cookie SameSite attribute. Prior versions did not set this
88
attribute at all. The default setting for cookies is now `Lax`. This will affect how cookies are handled in
9-
cross-domain contexts and you may need to adjust this setting in your projects. Separate settings in `config/App.php`
9+
cross-domain contexts and you may need to adjust this setting in your projects. Separate settings in `app/Config/App.php`
1010
exists for Response cookies and for CSRF cookies.
1111

1212
For additional information, see `MDN Web Docs <https://developer.mozilla.org/pl/docs/Web/HTTP/Headers/Set-Cookie/SameSite>`_.

0 commit comments

Comments
 (0)