You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This extension allows PHP to make HTTP requests (for example, to verify reCAPTCHA or send emails via some SMTP providers). Without it, the contact form will not work properly
69
+
> **Note:** Enable `php_curl` in `php.ini`
70
+
This extension allows PHP to make HTTP requests (to verify reCAPTCHA or send emails via some SMTP providers)
68
71
69
72
```ini
70
73
extension=curl
@@ -99,15 +102,6 @@ extension=curl
99
102
100
103
---
101
104
102
-
## 🔒 Advanced Features
103
-
104
-
- Regex-based bot User-Agent blocking
105
-
- DNS email domain (MX / A) validation
106
-
- reCAPTCHA v3 verification – threshold currently 0.6
0 commit comments