1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-05-29 23:07:50 +02:00

protect unserialize()

This commit is contained in:
Florent Daigniere 2022-11-18 15:39:32 +01:00
parent e5ab9821f9
commit 2a4f6836cf

View File

@ -124,3 +124,5 @@ sp.auto_cookie_secure.enable();
sp.cookie.name("roundcube_sessauth").samesite("strict");
sp.cookie.name("roundcube_sessid").samesite("strict");
sp.ini_protection.policy_silent_fail();
sp.disable_function.function("unserialize").param("data").value_r("[cCoO]:\d+:\"").drop();