File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -99,18 +99,18 @@ extension=curl
9999
100100## 🔒 Advanced Features
101101
102- - Regex-based bot User-Agent blocking
103- - DNS & disposable email checks
104- - reCAPTCHA score filtering (min. 0.5)
105- - Honeypot hidden field
106- - Session rate limiting (default: 5/ hour)
107- - Header injection & XSS protection
102+ - **Smart bot blocking** – Detects and blocks suspicious User-Agents using regex patterns
103+ - **Email validation** – Verifies DNS (MX records) and rejects disposable addresses
104+ - **reCAPTCHA v3 scoring** – Filters out low-trust requests (score < 0.5) silently
105+ - **Honeypot field** – Invisible trap to catch automated bots without affecting UX
106+ - **Rate limiting** – Restricts to 5 submissions per session per hour to prevent abuse
107+ - **Input sanitization** – Protects against header injection and XSS attacks
108108
109109---
110110
111111## 🤝 Contributing
112112
113- Issues and PRs are welcome! 🚀
113+ Issues and PRs are welcome !
114114
115115---
116116
You can’t perform that action at this time.
0 commit comments