https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41812

--- Comment #1 from Jonathan Druart <[email protected]> ---
Created attachment 192944
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=192944&action=edit
Bug 41812: Adjust find-missing-csrf.t test to ignore csrf input from JS

This code injected the csrf token using the TT include file, that made
pass xt/find-missing-csrf.t

This bug removed the TT tags from the script tags, and we now need to
use a JS variable and retrieve the csrf token from the meta tag.

This patch suggests to adjust the script to ignore this case. We could
also rewrite the whole JS code and use built the HTML elements using
vanilla JS but that's for another day...

-- 
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/

Reply via email to