PluginProbe
Vigilant – 100% Free Security Suite: Firewall, 2FA, Login, Headers, Scanner… / 2.11.8
Vigilant – 100% Free Security Suite: Firewall, 2FA, Login, Headers, Scanner… v2.11.8
3.0.0 2.11.12 2.11.11 2.11.10 2.11.9 2.11.7 2.11.8 2.11.6 2.11.5 2.11.4 2.11.3 2.11.1 2.11.2 2.11.0 2.10.5 2.10.4 2.10.3 2.10.2 2.10.1 2.10.0 2.9.9 2.9.8 2.9.6 2.9.7 2.9.5 All 88 releases
← All changes | includes/class-rest-api-security.php +0 -11 2.11.42.11.8 View file →
@@ -331,19 +331,8 @@
331 331 return $endpoints;
332 332 }
333 333
334 334 /**
335 - * Block author query parameter enumeration
336 - */
337 - public function block_author_enumeration() {
338 - // phpcs:ignore WordPress.Security.NonceVerification.Recommended
339 - if ( ! is_admin() && isset( $_GET['author'] ) ) {
340 - wp_safe_redirect( home_url(), 301 );
341 - exit;
342 - }
343 - }
344 -
345 - /**
346 335 * Get REST API security status
347 336 *
348 337 * @return array
349 338 */