Closed theMiddleBlue closed 6 years ago
This PR add rule 22200033 in order to prevent user enumeration by requesting /wp-json/wp/v*/users. By setting wprs_allow_user_enumeration to 0, all requests to /wp-json/wp/v[0-9]+/users will be blocked.
22200033
/wp-json/wp/v*/users
wprs_allow_user_enumeration
/wp-json/wp/v[0-9]+/users
This PR add rule
22200033
in order to prevent user enumeration by requesting/wp-json/wp/v*/users
. By settingwprs_allow_user_enumeration
to 0, all requests to/wp-json/wp/v[0-9]+/users
will be blocked.