Skip to content

Commit 6187275

Browse files
author
gauthier witkowski
committed
Update README.md
1 parent be2c734 commit 6187275

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contact-Form-PHP
22

3-
[![version](https://img.shields.io/badge/version-1.7.3-blue.svg)](https://github.com/raspgot/Contact-Form-PHP)
3+
[![version](https://img.shields.io/badge/version-1.7.5-blue.svg)](https://github.com/raspgot/Contact-Form-PHP)
44
[![code size](https://img.shields.io/github/languages/code-size/raspgot/Contact-Form-PHP)](https://github.com/raspgot/Contact-Form-PHP)
55
[![closed issues](https://img.shields.io/github/issues-closed-raw/raspgot/Contact-Form-PHP)](https://github.com/raspgot/Contact-Form-PHP/issues?q=is%3Aissue+is%3Aclosed)
66
[![stars](https://img.shields.io/github/stars/raspgot/Contact-Form-PHP?style=social)](https://github.com/raspgot/Contact-Form-PHP/stargazers)
@@ -22,6 +22,10 @@ Built with **Bootstrap 5**, **AJAX**, **PHPMailer**, and **Google reCAPTCHA v3**
2222
- **Honeypot trap** – Basic anti-bot protection
2323
- **Rate limiting** – Prevents abuse (default: 5/hour)
2424
- **Easy customization** – Fields, messages & styles
25+
- **Regex-based bot User-Agent blocking**
26+
- **DNS email domain (MX/A) validation**
27+
- **reCAPTCHA v3 verification** – Default threshold 0.6
28+
- **Header injection and XSS protection**
2529

2630
## 🚀 Live Demo
2731

@@ -62,9 +66,8 @@ const SMTP_SECURE = 'tls';
6266
const SMTP_PORT = 587;
6367
```
6468
65-
> **Note:** Enable `php_curl` in `php.ini`.
66-
>
67-
> 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)
6871
6972
```ini
7073
extension=curl
@@ -99,15 +102,6 @@ extension=curl
99102
100103
---
101104
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
107-
- Header injection & XSS protection
108-
109-
---
110-
111105
## 🤝 Contributing
112106
113107
Issues and PRs are welcome !

0 commit comments

Comments
 (0)