Hello,
I currently have a Firewall rule to block people from accessing our wp-admin from wordpress.
This works quite well, but it seems that regular users are using the the following file while registering:
/wp-admin/js/password-strength-meter.min.js
I have tried excluding this from the firewall rule, but somehow these requests are still being blocked. What am I doing wrong and how should I implement this?
Current expression:
(http.request.uri.path contains “/wp-admin/” and not http.request.uri.path contains “/wp-admin/admin-ajax.php” and not http.request.uri.path contains “/wp-admin/theme-editor.php” and not http.request.uri.path contains " /wp-admin/js/password-strength-meter.min.js")