diff --git a/README.md b/README.md index 443cc0c..a65d0bd 100644 --- a/README.md +++ b/README.md @@ -456,6 +456,7 @@ f := fox.New( * [tigerwill90/otelfox](https://github.com/tigerwill90/otelfox): Distributed tracing with [OpenTelemetry](https://opentelemetry.io/) * [tigerwill90/foxdump](https://github.com/tigerwill90/foxdump): Body dump middleware for capturing requests and responses payload. * [tigerwill90/foxtimeout](https://github.com/tigerwill90/foxtimeout): `http.TimeoutHandler` middleware optimized for Fox. +* [tigerwill90/foxwaf](https://github.com/tigerwill90/foxwaf): Coraza WAF middleware (experimental). ## Handling OPTIONS Requests and CORS Automatically The `WithAutoOptions` setting or the `WithOptionsHandler` registration enable automatic responses to OPTIONS requests.