Vulnerability mitigation

This commit is contained in:
2021-05-28 17:02:01 -04:00
parent 9043ccb0e2
commit 0a39b60eee
17 changed files with 95 additions and 27 deletions

View File

@@ -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