diff --git a/README.md b/README.md index 17f1b39..b4940ec 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + +
@@ -227,7 +229,7 @@ This project includes a built-in **admin login portal** to protect your private |-------|------------| | **Nginx** | `auth_request` blocks all pages/API without valid session | | **Backend** | JWT token in `HttpOnly` cookie (invisible to JavaScript/DevTools) | -| **Rate Limit** | Max 5 login attempts per 15 minutes per IP | +| **Rate Limit** | Max 3 login attempts per 15 minutes per IP | | **Headers** | CSP, X-Frame-Options DENY, XSS Protection, no-cache | ### Configuration