From 6f0d34d39e2fce09f66ba15922736c898b67f4d9 Mon Sep 17 00:00:00 2001 From: RW Date: Mon, 16 Oct 2023 14:31:28 +0200 Subject: [PATCH] Update csrf.md --- docs/api/middleware/csrf.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/api/middleware/csrf.md b/docs/api/middleware/csrf.md index 3430e0098f..33e1adaa10 100644 --- a/docs/api/middleware/csrf.md +++ b/docs/api/middleware/csrf.md @@ -132,8 +132,6 @@ It's recommended to use this middleware with [fiber/middleware/session](https:// ## Config -### Config - | Property | Type | Description | Default | |:------------------|:-----------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------| | Next | `func(*fiber.Ctx) bool` | Next defines a function to skip this middleware when returned true. | `nil` |