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

--- Comment #10 from David Cook <[email protected]> ---
This looks interesting.

Personally, I do my bot checks after the "use" statements and before any logic
controller specific logic is processed, and I only do them for specific OPAC
pages (e.g. opac-detail.pl, opac-export.pl, opac-search.pl, etc).

I don't do bot challenges where it's clear it's an authenticated session, so
I've had to add in slim/light auth checks, since Koha's existing auth checks
are too heavy weight. 

I've got some pressing matters to attend to, but I'll come back here... 

Btw when I mentioned a plugin based idea, I was thinking more so Perl plugins
rather than Koha plugins per se - just because of the slowness of Koha plugins,
but something to explore...

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