Skip to content

Commit

Permalink
Merge pull request #974 from loviuz/master
Browse files Browse the repository at this point in the history
Fix vulnerabilità CSRF
  • Loading branch information
loviuz committed Aug 1, 2021
2 parents b20dc83 + b47e1ef commit 402dca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.php
Expand Up @@ -55,7 +55,7 @@
$baseurl = BASEURL;

// Sicurezza della sessioni
//ini_set('session.cookie_samesite', 'strict');
ini_set('session.cookie_samesite', 'strict');
ini_set('session.use_trans_sid', '0');
ini_set('session.use_only_cookies', '1');

Expand Down

0 comments on commit 402dca9

Please sign in to comment.