examples: update bot matches, allow badges to be fetched

This commit is contained in:
WeebDataHoarder
2025-04-23 07:25:06 +02:00
parent 1cc95a5fa7
commit d83fe3653a
2 changed files with 3 additions and 5 deletions

View File

@@ -112,7 +112,7 @@ conditions:
is-generic-robot-ua:
- 'userAgent.contains("compatible;") && !userAgent.contains("Trident/")'
- 'userAgent.matches("compatible[;)]") && !userAgent.contains("Trident/")'
- 'userAgent.matches("\\+https?://")'
- 'userAgent.contains("@")'
- 'userAgent.matches("[bB]ot/[0-9]")'