fix enrollment logic, add financial aid, fix class distribution
Tests / PHPUnit (push) Failing after 1m6s
Tests / PHPUnit (push) Failing after 1m6s
This commit is contained in:
@@ -56,6 +56,15 @@ class Cookie extends BaseConfig
|
||||
*/
|
||||
public bool $secure = false;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
$this->secure = ENVIRONMENT === 'production';
|
||||
if ($this->secure) {
|
||||
$this->prefix = '__Host-';
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Cookie HTTPOnly
|
||||
|
||||
Reference in New Issue
Block a user