]> git.koha-community.org Git - koha.git/commit
Bug 37040: (RMaint follow-up) Restore passing CSRF error
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 11 Jun 2024 10:30:22 +0000 (11:30 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 11 Jun 2024 10:31:11 +0000 (11:31 +0100)
commit8cd6b4350441225b43fd5428ccaa3e7dbe6d9883
tree064557761cee9b553ce30130be067e1e45880e3e
parentde5bf6fa4c92a9afc2b1a04c9f932e6428a72953
Bug 37040: (RMaint follow-up) Restore passing CSRF error

This patch restores the plack.middleware.Koha.CSRF plack env setting to
allow passing to the errorDocument.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Middleware/CSRF.pm