Skip to content

Commit

Permalink
Merge pull request #1 from loviuz/loviuz-patch-csrf
Browse files Browse the repository at this point in the history
Fix bug per mitigare vulnerabilità di tipo CSRF
  • Loading branch information
loviuz committed Aug 1, 2021
2 parents b20dc83 + e9b921f commit b47e1ef
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 b47e1ef

Please sign in to comment.