GUI Improvements

Better display of pages per visit.
This commit is contained in:
Sascha Leib
2025-12-06 13:57:58 +01:00
parent cb91697912
commit 53287868f7
5 changed files with 132 additions and 82 deletions

View File

@@ -75,11 +75,11 @@
},
{"func": "blockedByCaptcha", "params": [],
"id": "blockedByCaptcha", "desc": "Visitor did not solve the captcha",
"bot": 20
"bot": 50
},
{"func": "whitelistedByCaptcha", "params": [],
"id": "whitelistedByCaptcha", "desc": "Visitor uses a whitelisted IP address",
"bot": -20
"bot": -30
}
]
}

View File

@@ -7,7 +7,7 @@
{"id": "googlebot",
"n": "GoogleBot",
"r": ["Googlebot"],
"rx": ["Googlebot\\/(\\d+\\.\\d+)", "Googlebot-Image\\/(\\d+\\.\\d+)"],
"rx": ["Googlebot\\/(\\d+\\.\\d+)", "Googlebot-Image\\/(\\d+\\.\\d+)","\\sGoogleOther(\\-\\w+)?[\\)\\/]"],
"url": "http://www.google.com/bot.html"
},
{"id": "googleads",
@@ -22,12 +22,6 @@
"rx": ["APIs-Google"],
"url": "https://developers.google.com/search/docs/crawling-indexing/google-special-case-crawlers"
},
{"id": "googleother",
"n": "GoogleOther",
"r": ["GoogleOther"],
"rx": ["\\sGoogleOther(\\-\\w+)?[\\)\\/]"],
"url": "https://developers.google.com/search/docs/crawling-indexing/google-common-crawlers#googleother"
},
{"id": "googinspct",
"n": "Google-InspectionTool",
"r": ["Google-InspectionTool"],