Ignore with one click
Hey, I know that in the config I can set ignore patterns, but I'm wondering if it would be possible to add a "Ignore" option to the dropdown on the "Failures" lists so we can ignore spam requests like wp-admin etc. without touching the config file.
If this already exists and I missed it (I'm for example not sure if "Remove" already does that, or only removes it once, then ignore this :)
Thanks!
It really just deletes the log entry currently. Not adding it to the ignore list.
@dewey Heads up, I probably will not tackle this anytime soon as the ignore list is part of the config.php and I shy away editing this crucial PHP file adding in such URLs from the UI. At least for now.
That's fair, thanks for letting me know. I'm wondering though if you don't end up with a very long list of these common web-scanning attempts like "wp-admin", ".password" etc. in the list? In the short time I have that plugin installed I already collected many pages of just spam.
Maybe keeping that ignore list in a sqlite / text file would make more sense than in the config.php for that use case though.
I agree to you @dewey . I have like 500+ entires of crawlers/bots trying to reach files like "/wp-config.php.backup" (haha, good luck!)