Files
dokuwiki-plugin-botmon/data/rules.json
Sascha Leib 1c16f1b705 Small fixes
2025-09-05 16:22:39 +02:00

29 lines
665 B
JSON

{
"threshold": 100,
"rules": [
{"func": "obsoleteClient",
"id": "oldClient", "desc": "Obsolete browser version",
"bot": 40
},
{"func": "obsoletePlatform",
"id": "oldOS", "desc": "Obsolete platform version",
"bot": 40
},
{"func": "noJavaScript",
"id": "noJS", "desc": "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": "No reference field",
"bot": 30
}
]
}