mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-02-01 10:31:33 -05:00
Cloudflare deprecated the __cfduid cookie which caused ClamSubmit failures on systems that stopped receiving the cookie. This commit removes support for the __cfduid cookie. Also made the session cookie optional, in case that disappears too. Changed error messages over to use the logg() function like our other apps. Tidied up some of the logic, and changed "cleanup" label to "done" to match other code.