From fd10fbda9408ed110bfcd1ad4b418dc9ff502d51 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 10 Jun 2024 13:23:47 -0700 Subject: [PATCH] chore: add cloudflare waf expression --- servers/cloudflare-waf-expression.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 servers/cloudflare-waf-expression.txt diff --git a/servers/cloudflare-waf-expression.txt b/servers/cloudflare-waf-expression.txt new file mode 100644 index 0000000..8ac8a6b --- /dev/null +++ b/servers/cloudflare-waf-expression.txt @@ -0,0 +1 @@ +(http.user_agent contains "AdsBot-Google") or (http.user_agent contains "Amazonbot") or (http.user_agent contains "anthropic-ai") or (http.user_agent contains "Applebot") or (http.user_agent contains "Bytespider") or (http.user_agent contains "CCBot") or (http.user_agent contains "ChatGPT-User") or (http.user_agent contains "ClaudeBot") or (http.user_agent contains "Claude-Web") or (http.user_agent contains "cohere-ai") or (http.user_agent contains "DataForSeoBot") or (http.user_agent contains "Diffbot") or (http.user_agent contains "FacebookBot") or (http.user_agent contains "FriendlyCrawler") or (http.user_agent contains "Google-Extended") or (http.user_agent contains "GoogleOther") or (http.user_agent contains "GPTBot") or (http.user_agent contains "img2dataset") or (http.user_agent contains "ImagesiftBot") or (http.user_agent contains "magpie-crawler") or (http.user_agent contains "Meltwater") or (http.user_agent contains "omgili") or (http.user_agent contains "omgilibot") or (http.user_agent contains "peer39_crawler") or (http.user_agent contains "PerplexityBot") or (http.user_agent contains "PiplBot") or (http.user_agent contains "scoop.it") or (http.user_agent contains "Seekr") or (http.user_agent contains "YouBot") \ No newline at end of file