Include SameSite attribute on cookies.

This commit is contained in:
flash 2024-01-24 22:14:48 +00:00
parent 85f77eb566
commit c9ef6e4112
3 changed files with 37 additions and 16 deletions

View file

@ -20,8 +20,8 @@ define('MSZ_ASSETS', MSZ_ROOT . '/assets');
require_once MSZ_ROOT . '/vendor/autoload.php';
Environment::setDebug(MSZ_DEBUG);
mb_internal_encoding('utf-8');
date_default_timezone_set('utc');
mb_internal_encoding('UTF-8');
date_default_timezone_set('UTC');
$cfg = SharpConfig::fromFile(MSZ_CONFIG . '/config.cfg');