upgrade Codeigniter4.6.1
This commit is contained in:
@@ -44,7 +44,7 @@ class Cookie extends BaseConfig
|
||||
* --------------------------------------------------------------------------
|
||||
*
|
||||
* Set to `.your-domain.com` for site-wide cookies.
|
||||
*/
|
||||
*/
|
||||
public string $domain = '';
|
||||
|
||||
/**
|
||||
@@ -84,6 +84,8 @@ class Cookie extends BaseConfig
|
||||
* Defaults to `Lax` for compatibility with modern browsers. Setting `''`
|
||||
* (empty string) means default SameSite attribute set by browsers (`Lax`)
|
||||
* will be set on cookies. If set to `None`, `$secure` must also be set.
|
||||
*
|
||||
* @phpstan-var 'None'|'Lax'|'Strict'|''
|
||||
*/
|
||||
public string $samesite = 'Lax';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user