From eec35dd86abdb36cae875216ba0c188f1d144536 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 14 May 2026 17:24:19 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/config.yaml --- Proxy_Containers/traefik/config.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Proxy_Containers/traefik/config.yaml b/Proxy_Containers/traefik/config.yaml index 2db6dc2..b4474a3 100644 --- a/Proxy_Containers/traefik/config.yaml +++ b/Proxy_Containers/traefik/config.yaml @@ -19,4 +19,10 @@ http: browserXssFilter: true referrerPolicy: "strict-origin-when-cross-origin" permissionsPolicy: "camera=(), microphone=(), geolocation=()" - customFrameOptionsValue: "SAMEORIGIN" \ No newline at end of file + customFrameOptionsValue: "SAMEORIGIN" + + rate-limit: + rateLimit: + average: 100 # requests per second sustained + burst: 50 # allowed spike above average + period: 1s \ No newline at end of file