https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39305
Alan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #21 from Alan <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
