Este plugin não foi testado com as 3 últimas grandes versões do WordPress. Pode já não ser suportado e pode ter problemas de compatibilidade quando usado com versões mais recentes do WordPress.

Easy Bruteforce Protect

Descrição

This plugin modifies your .htaccess file to provide protection from brute force attack bots.

Instalação

All you need to do is install and activate the plugin. Deactivate to remove protection from the .htaccess file.

Perguntas frequentes

What code is added?
BEGIN EASYBFP

RewriteEngine on
RewriteBase INSTALLED_FOLDER
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{HTTP_REFERER} !^http://YOURSITE.COM [NC]
RewriteCond %{REQUEST_URI} ^(.)?wp-login.php(.)$ [OR]
RewriteCond %{REQUEST_URI} ^(.)?wp-admin$
RewriteRule ^(.
)$ – [F]

END EASYBFP

Avaliações

Este plugin não tem avaliações.

Contribuidores e programadores

“Easy Bruteforce Protect” é software de código aberto. As seguintes pessoas contribuíram para este plugin:

Contribuidores