Move bots early
This commit is contained in:
@@ -411,6 +411,12 @@ rules:
|
|||||||
challenges: [self-resource-load, js-pow-sha256, http-cookie-check]
|
challenges: [self-resource-load, js-pow-sha256, http-cookie-check]
|
||||||
conditions: ['($is-heavy-resource)']
|
conditions: ['($is-heavy-resource)']
|
||||||
|
|
||||||
|
- name: standard-bots
|
||||||
|
action: check
|
||||||
|
challenges: [self-meta-refresh, self-resource-load]
|
||||||
|
conditions:
|
||||||
|
- '($is-generic-robot-ua)'
|
||||||
|
|
||||||
# Allow all source downloads not caught in browser above
|
# Allow all source downloads not caught in browser above
|
||||||
# todo: limit this as needed?
|
# todo: limit this as needed?
|
||||||
- name: source-download
|
- name: source-download
|
||||||
@@ -450,7 +456,6 @@ rules:
|
|||||||
action: challenge
|
action: challenge
|
||||||
challenges: [self-cookie]
|
challenges: [self-cookie]
|
||||||
conditions:
|
conditions:
|
||||||
- '($is-generic-robot-ua)'
|
|
||||||
- '($is-tool-ua)'
|
- '($is-tool-ua)'
|
||||||
- '!($is-generic-browser)'
|
- '!($is-generic-browser)'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user