mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Add admin setting to control the httpOnly attribute
This commit is contained in:
parent
56b37b7cbc
commit
a2932ee8c8
6 changed files with 36 additions and 19 deletions
|
|
@ -60,6 +60,7 @@ return array(
|
|||
'use_db' => false,
|
||||
'use_ssl' => false,
|
||||
'use_ssl_cookies' => false,
|
||||
'httponly' => true,
|
||||
'samesite' => 'Lax',
|
||||
'domain' => null,
|
||||
'path' => null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue