]> git.openstreetmap.org Git - chef.git/commitdiff
Respond with 429 to abusive "ping" requests
authorGrant Slater <git@firefishy.com>
Fri, 9 Jul 2021 09:27:34 +0000 (10:27 +0100)
committerGrant Slater <git@firefishy.com>
Fri, 9 Jul 2021 09:27:34 +0000 (10:27 +0100)
cookbooks/web/templates/default/apache.frontend.erb

index 19854189b6b3d52d2b812bf743261b51c0611662..e679612323ea0bac118c3492d2022ddc751d4394 100644 (file)
@@ -78,7 +78,7 @@
   # https://gist.github.com/Firefishy/86ed5b86991b225179b54bbafbcd769e
   #
   RewriteCond "%{QUERY_STRING}" "^q=abcde&t=20"
-  RewriteRule "^/api/0\.6/notes/search$" - [R=204,L]
+  RewriteRule "^/api/0\.6/notes/search$" - [R=429,L]
 
   #
   # Force special MIME type for crossdomain.xml files