Vulnerability mitigation
This commit is contained in:
@@ -21,6 +21,6 @@
|
||||
'expires' => time() + 60*60*24*90,
|
||||
'secure' => true,
|
||||
'httponly' => true,
|
||||
'samesite' => 'None',
|
||||
'samesite' => 'Strict',
|
||||
]);
|
||||
header('Location: index.php'); // GO HOME UNTIL WE ADD REFERER LOGIC
|
||||
|
||||
Reference in New Issue
Block a user