From 0a1d5e942b2d8aa3d72e148536535d9a385a5880 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Wed, 24 Apr 2024 14:31:38 +0200 Subject: [PATCH] Update rate-limiting-user-agents.conf [skip ci] Add super rate limited bot "Applebot" to tests Ref: #568 --- dev-tools/test_units/rate-limiting-user-agents.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-tools/test_units/rate-limiting-user-agents.conf b/dev-tools/test_units/rate-limiting-user-agents.conf index 26e143e12..8fde59e25 100644 --- a/dev-tools/test_units/rate-limiting-user-agents.conf +++ b/dev-tools/test_units/rate-limiting-user-agents.conf @@ -60,4 +60,5 @@ # START MAKE BAD BOTS GOOD ### DO NOT EDIT THIS LINE AT ALL ### "~*(?:\b)GoogleBot(?:\b|)" 2; + "~*(?:\b)Applebot(?:\b|)" 4; # END MAKE BAD BOTS GOOD ### DO NOT EDIT THIS LINE AT ALL ###