codeling / bfstop

Brute Force Stop Plugin (for Joomla!)
https://bfstop.bfroehler.info
GNU General Public License v3.0
36 stars 20 forks source link

.htaccess blocking needs to be updated to apache 2.4 rule format #218

Closed codeling closed 3 weeks ago

codeling commented 3 months ago

As noted in this other issue, bfstop currently still uses Deny from ... blocking rules, which are deprecated, and should be replaced with the according Require not ... rules

codeling commented 3 weeks ago

Plugin part implemented with https://github.com/codeling/bfstop/commit/23743158eae2d2fecaeb32073c5ad1b9cfcce715

codeling commented 3 weeks ago

Backend display fixed with https://github.com/codeling/bfstop/commit/66ad2dc1d6f2bf1e32e88c8d2e72191d15f39e77.