From 957303bbca18a3501338287febe56380f2832e96 Mon Sep 17 00:00:00 2001 From: WeebDataHoarder Date: Sun, 27 Apr 2025 21:19:17 +0200 Subject: [PATCH] examples: Do not block generic tools on generic.yml by default --- examples/generic.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/generic.yml b/examples/generic.yml index 6aa7426..b800f10 100644 --- a/examples/generic.yml +++ b/examples/generic.yml @@ -144,15 +144,15 @@ rules: conditions: - 'userAgent.startsWith("Lynx/")' - # Comment this rule out to not challenge tool-like user agents - - name: standard-tools - action: challenge - settings: - challenges: [cookie] - conditions: - - '($is-generic-robot-ua)' - - '($is-tool-ua)' - - '!($is-generic-browser)' + # Uncomment this rule out to challenge tool-like user agents + #- name: standard-tools + # action: challenge + # settings: + # challenges: [cookie] + # conditions: + # - '($is-generic-robot-ua)' + # - '($is-tool-ua)' + # - '!($is-generic-browser)' - name: standard-browser action: challenge