Add admin setting to control the httpOnly attribute

This commit is contained in:
Kijin Sung 2023-07-22 20:17:23 +09:00
parent 56b37b7cbc
commit a2932ee8c8
6 changed files with 36 additions and 19 deletions

View file

@ -60,6 +60,7 @@ return array(
'use_db' => false,
'use_ssl' => false,
'use_ssl_cookies' => false,
'httponly' => true,
'samesite' => 'Lax',
'domain' => null,
'path' => null,