aboutsummaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-07-31 09:17:42 +0200
committerGravatar GitHub <noreply@github.com> 2025-07-31 09:17:42 +0200
commit7a0c423357818b19eb431775452b1357bc7fd3eb (patch)
tree5afd0d95b1af8a5262a305467951449c2a645197 /cli
parente33ef74af9ff2f8ba1c6909b78ee07633cff240a (diff)
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
Diffstat (limited to 'cli')
-rwxr-xr-xcli/prepare.php1
1 files changed, 1 insertions, 0 deletions
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/_',