retour-for-kirby icon indicating copy to clipboard operation
retour-for-kirby copied to clipboard

Ignore with one click

Open dewey opened this issue 8 months ago • 4 comments

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!

dewey avatar May 04 '25 14:05 dewey

It really just deletes the log entry currently. Not adding it to the ignore list.

distantnative avatar May 04 '25 16:05 distantnative

@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.

distantnative avatar May 21 '25 15:05 distantnative

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.

dewey avatar May 21 '25 15:05 dewey

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!)

verstecken avatar Aug 20 '25 21:08 verstecken