Skip to content

Commit

Permalink
Set session cookies to strict (hestiacp#3983)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapmarcus authored Sep 4, 2023
1 parent ec084ce commit 48acc9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deb/php/php-fpm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ php_admin_flag[log_errors] = on
php_admin_flag[session.cookie_httponly] = on
php_admin_flag[session.use_strict_mode] = on
php_admin_flag[session.cookie_secure] = on
php_admin_value[session.cookie_samesite] = "Strict"
php_admin_value[memory_limit] = 256M
php_admin_value[post_max_size] = 256M
php_admin_value[upload_max_filesize] = 256M
Expand Down

0 comments on commit 48acc9a

Please sign in to comment.