Has Brute Force Login Protection been incorporated?
-
I see a Bonus Custom Code: Brute Force Login Protection on installing the plugin. Before I add this to my custom code, I checked the htaccess file and it already contains this code.
# BRUTE FORCE LOGIN PAGE PROTECTION # Protects the Login page from SpamBots & Proxies # that use Server Protocol HTTP/1.0 or a blank User Agent RewriteCond %{REQUEST_URI} ^(/wp-login\.php|.*wp-login\.php.*)$ RewriteCond %{HTTP_USER_AGENT} ^(|-?)$ [NC,OR] RewriteCond %{THE_REQUEST} HTTP/1\.0$ [OR] RewriteCond %{SERVER_PROTOCOL} HTTP/1\.0$ RewriteRule ^(.*)$ - [F,L]
So, does it mean I no longer need to paste a code for this into custom code? Then, you may remove this notice from the next versions.
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Has Brute Force Login Protection been incorporated?’ is closed to new replies.