Admin Access Restriction
-
Hey Paul,
3 things:
1. Just realized that having my IP whitelisted effectively disables the Admin Access Restriction. ;-p
2. Love the new tabs.
3. On XML-RPC: You have the By-Pass for XML-RPC Compatibility in both Login Protection and User Management. I’ve read in numerous WP Hardening articles that its a good idea to disable XML-RPC to prevent some methods of DDoS and Brute Force attacks (unless you have one of the few plugins that need it). You talked about “misinformation” on security fixes when you find so many who agree – I hope this isn’t one of them! An example article is this one (https://www.blogaid.net/disable-xml-rpc-in-wordpress-to-prevent-ddos-attack) where the author recommends turning it “all the way off” in wp-config.php:
add_filter('xmlrpc_enabled', '__return_false');
I haven’t found any issues by doing it in my site. And your plugin page description says the option is to “by-pass … rules” so I’m assuming one of your firewall rules is to disable XML-RPC in WPSF (right?). But just so I understand, why is the by-pass found in both the Login Protection and User Management Protection tabs of your plugin?
Thanks!
- The topic ‘Admin Access Restriction’ is closed to new replies.