Files
dokuwiki-plugin-botmon/data/rules.json
2025-09-05 12:47:36 +02:00

29 lines
730 B
JSON

{
"threshold": 100,
"rules": [
{"func": "obsoleteClient",
"id": "oldClient", "desc": "Visit with obsolete browser version",
"bot": 40
},
{"func": "obsoletePlatform",
"id": "oldOS", "desc": "Visit with obsolete platform version",
"bot": 40
},
{"func": "noJavaScript",
"id": "noJS", "desc": "Visit with JavaScript disabled",
"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",
"id": "noRefs", "desc": "None of the page views came with a reference field",
"bot": 30
}
]
}