https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39305 Alan <aschrock@eunc.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aschrock@eunc.edu --- Comment #21 from Alan <aschrock@eunc.edu> --- Is this working correctly? I see the error on my page (in 25.05) Koha is running in CGI mode. This is a security issue! Run Koha using Plack for CSRF (cross-site request forgery) protection. More information: koha-plack --help However, When I check if Plack is running, it says it is for my instance - from the command line. Maybe it is a false message? koha-plack --status eunc * Plack running for eunc [ OK ] -- You are receiving this mail because: You are watching all bug changes.