Seen by icons

This commit is contained in:
Sascha Leib
2025-10-19 10:50:27 +02:00
parent e6a95349d7
commit 3986410d5c
6 changed files with 45 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
},
{"func": "smallPageCount", "params": [1],
"id": "onePage", "desc": "Visiter viewed only a single page",
"bot": 30
"bot": 20
},
{"func": "noRecord", "params": ["log"],
"id": "noClient", "desc": "No client-side JS log was recorded",
@@ -31,7 +31,7 @@
},
{"func": "noRecord", "params": ["tck"],
"id": "noTicks", "desc": "No client ticks were recorded",
"bot": 20
"bot": 10
},
{"func": "noReferrer",
"id": "noRefs", "desc": "No referer field",
@@ -45,6 +45,10 @@
"id": "botClient", "desc": "Client identifier indicates web crawler",
"bot": 100
},
{"func": "matchesUserAgent", "params": [""],
"id": "noUA", "desc": "Didnt even bother to send a user-agent string",
"bot": 50
},
{"func": "combinationTest", "params": [["macos","chromeold"],["macos","msie"],["winold","edge"],["winold","brave"]],
"id": "suspPC", "desc": "Suspicious combination of platform and client",
"bot": 30

View File

@@ -89,7 +89,7 @@
},
{"n": "WhatsApp",
"id": "whatsapp",
"rx": [ "WhatsApp/(\\d+\\.\\d+)" ]
"rx": [ "WhatsApp/(\\d+\\.?\\d*)" ]
},
{"n": "Apple Messages",
"id": "applemsgs",