Description
This plugin has been closed as of April 10, 2017 and is not available for download. Reason: Unknown.
Reviews
4ley
September 3, 2016
Good plugin, but wasn’t updated since 5 years already! I would suggest you try QueryWall: Plug’n Play Firewall. I’ve developed QueryWall especially to block malicious requests. It is actively developed under GitHub QueryWall
Stefano
September 3, 2016
i ve just made some changes. i havent seen any problem yet. plugin is working. i’ll also try to make some penetration testings on my blog and will check if the firewall works well.
function WP_firewall_check_exclusions() {
$request_string = WP_firewall_check_whitelisted_variable();
if ( is_admin() ) {
return;
}
if($request_string == false) {
//nothing to do
} else {
im using BPS and with that function is working properly on line : 158 chanhe with that:
if ( is_admin() ) {
return;
}
Contributors & Developers
“WordPress Firewall 2” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WordPress Firewall 2” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.