2025-09-03 18:22:29 +02:00
|
|
|
{
|
2025-09-05 12:47:36 +02:00
|
|
|
"threshold": 100,
|
2025-09-03 18:22:29 +02:00
|
|
|
"rules": [
|
2025-09-05 12:47:36 +02:00
|
|
|
{"func": "obsoleteClient",
|
2025-09-05 16:22:39 +02:00
|
|
|
"id": "oldClient", "desc": "Obsolete browser version",
|
2025-09-05 12:47:36 +02:00
|
|
|
"bot": 40
|
|
|
|
|
},
|
|
|
|
|
{"func": "obsoletePlatform",
|
2025-09-05 16:22:39 +02:00
|
|
|
"id": "oldOS", "desc": "Obsolete platform version",
|
2025-09-05 12:47:36 +02:00
|
|
|
"bot": 40
|
|
|
|
|
},
|
|
|
|
|
{"func": "noJavaScript",
|
2025-09-05 16:22:39 +02:00
|
|
|
"id": "noJS", "desc": "JavaScript disabled",
|
2025-09-05 12:47:36 +02:00
|
|
|
"bot": 20
|
|
|
|
|
},
|
|
|
|
|
{"func": "smallPageCount", "params": [1],
|
|
|
|
|
"id": "onePage", "desc": "Views only a single page",
|
|
|
|
|
"bot": 20
|
|
|
|
|
},
|
|
|
|
|
{"func": "noTicks",
|
|
|
|
|
"id": "noTicks", "desc": "Visitor did not spend time reading any page",
|
|
|
|
|
"bot": 10
|
|
|
|
|
},
|
|
|
|
|
{"func": "noReferences",
|
2025-09-05 16:22:39 +02:00
|
|
|
"id": "noRefs", "desc": "No reference field",
|
2025-09-05 12:47:36 +02:00
|
|
|
"bot": 30
|
|
|
|
|
}
|
|
|
|
|
]
|
2025-09-03 18:22:29 +02:00
|
|
|
}
|