mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 12:06:22 +05:30
set samesite cookie attribute to strict
This commit is contained in:
parent
7e709addb5
commit
496995159f
2 changed files with 2 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ if(from($_SERVER,'QUERY_STRING') == "rewriteRule.html")
|
|||
echo "YES!";
|
||||
die();
|
||||
}
|
||||
|
||||
session_set_cookie_params(['samesite' => 'Strict']);
|
||||
session_start();
|
||||
new Settings;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue