From 1d402ac64cc440792eeb2348590ae0ec31ed4ed1 Mon Sep 17 00:00:00 2001 From: Edgar Alvarado <15692727+pe1uca@users.noreply.github.com> Date: Sun, 15 Jun 2025 15:27:44 -0400 Subject: [PATCH] Add rate limiter extension (#336) --- README.md | 4 ++++ repositories.json | 3 +++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 9eb5128..cf1ad87 100644 --- a/README.md +++ b/README.md @@ -165,3 +165,7 @@ There are some FreshRSS extensions out there, developed by community members: ### By [@tryallthethings](https://github.com/tryallthethings) * [FreshVibes](https://github.com/tryallthethings/freshvibes): A fully customizable iGoogle / Netvibes-like dashboard view + +### By [@pe1uca](https://github.com/pe1uca) + +* [Rate limiter](https://github.com/pe1uca/xExtension-RateLimiter/): Prevents FreshRSS from making too many requests to the same site in a defined amount of time. diff --git a/repositories.json b/repositories.json index fab7c55..d741e42 100644 --- a/repositories.json +++ b/repositories.json @@ -97,4 +97,7 @@ }, { "url": "https://github.com/tryallthethings/freshvibes", "type": "git" +}, { + "url": "https://github.com/pe1uca/xExtension-RateLimiter", + "type": "git" }]