• Stefano

    (@madking-web-design)


    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;
    	}
  • The topic ‘working’ is closed to new replies.