* fix(config): deprecate the report_as field for challenges This was a bad idea when it was added and it is irresponsible to continue to have it. It causes more UX problems than it fixes with slight of hand. Closes: #1310 Closes: #1307 Signed-off-by: Xe Iaso <me@xeiaso.net> * fix(policy): use the new logger for config validation messages Signed-off-by: Xe Iaso <me@xeiaso.net> * docs(admin/thresholds): remove this report_as setting Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net>
11 lines
179 B
YAML
11 lines
179 B
YAML
bots:
|
|
- name: palemoon
|
|
user_agent_regex: PaleMoon
|
|
action: CHALLENGE
|
|
challenge:
|
|
difficulty: 2
|
|
algorithm: fast
|
|
|
|
status_codes:
|
|
CHALLENGE: 401
|
|
DENY: 403
|