29 lines
746 B
JSON
29 lines
746 B
JSON
{
|
|
"threshold": 100,
|
|
"rules": [
|
|
{"func": "obsoleteClient", "params": ["aol", "msie", "chromeold"],
|
|
"id": "oldClient", "desc": "Obsolete browser version",
|
|
"bot": 40
|
|
},
|
|
{"func": "obsoletePlatform", "params": ["winold", "macosold"],
|
|
"id": "oldOS", "desc": "Obsolete platform version",
|
|
"bot": 40
|
|
},
|
|
{"func": "noJavaScript",
|
|
"id": "noJS", "desc": "JavaScript disabled",
|
|
"bot": 40
|
|
},
|
|
{"func": "smallPageCount", "params": [1],
|
|
"id": "onePage", "desc": "Visiter loaded only a single page",
|
|
"bot": 40
|
|
},
|
|
{"func": "noTicks",
|
|
"id": "noTicks", "desc": "Visitor did not spend time reading a page",
|
|
"bot": 10
|
|
},
|
|
{"func": "noReferences",
|
|
"id": "noRefs", "desc": "No reference field",
|
|
"bot": 30
|
|
}
|
|
]
|
|
} |