From 3807293eb784b82175ed204cfae0d03dd0df996f Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 27 Feb 2026 21:19:17 +0300 Subject: [PATCH] chore: update security updates in example config Signed-off-by: NotAShelf Change-Id: I2b2eee2f6f8b2e939d0c080fb37f0bb76a6a6964 --- fc.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fc.toml b/fc.toml index 8aec5a4..fd5c979 100644 --- a/fc.toml +++ b/fc.toml @@ -1,6 +1,5 @@ # FC CI Configuration File # This file contains default configuration for all FC CI components - [database] connect_timeout = 30 idle_timeout = 600 @@ -16,6 +15,11 @@ max_body_size = 10485760 # 10MB port = 3000 request_timeout = 30 +# Security options +# force_secure_cookies = true # enable when behind HTTPS reverse proxy (nginx/caddy) +# rate_limit_rps = 100 # requests per second per IP (prevents DoS) +# rate_limit_burst = 20 # burst size before rate limit enforcement + [evaluator] allow_ifd = false git_timeout = 600