From 7a0c423357818b19eb431775452b1357bc7fd3eb Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 31 Jul 2025 09:17:42 +0200 Subject: Implement support for HTTP 429 Too Many Requests (#7760) * Implement support for HTTP 429 Too Many Requests Will obey the corresponding HTTP `Retry-After` header at domain level. * Implement 503 Service Unavailable * Sanitize Retry-After * Reduce default value when Retry-After is absent And make configuration parameter * Retry-After also for favicons --- cli/prepare.php | 1 + 1 file changed, 1 insertion(+) (limited to 'cli') diff --git a/cli/prepare.php b/cli/prepare.php index 0b9faf044..1192393f2 100755 --- a/cli/prepare.php +++ b/cli/prepare.php @@ -12,6 +12,7 @@ $dirs = [ '/PubSubHubbub', '/PubSubHubbub/feeds', '/PubSubHubbub/keys', + '/Retry-After', '/tokens', '/users', '/users/_', -- cgit v1.2.3