Skip to content

Commit db56f87

Browse files
committed
docs: fix file path decoration
1 parent 03a707b commit db56f87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/installation/upgrade_405.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Please refer to the upgrade instructions corresponding to your installation meth
1616

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

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

0 commit comments

Comments
 (0)