You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ignored prefixes makes it super easy to block entire sections of sites, but it makes sense to add two new params: include_only (regex) and exclude (regex).
These parameters are relatively easy to add and would be used here:
There is IGNORED_PREFIXES but I need to filter a particular file out of the results...
All our WordPress blogs include http://my.domain/xmlrpc.php which always returns a 405.
Would it be possible to add another flag, or maybe make make the current "ignore" more flexible (regex maybe)?
I'm going to dig into the code but figured you may have a quick solution.
The text was updated successfully, but these errors were encountered: