From b7e2ec9d635d5adbeb7322e72e4e7ead39fbf36d Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Tue, 10 Sep 2024 19:37:39 +0200 Subject: [PATCH] docs: fix invalid JSON on example easywaf-config.json file --- pages/docs/mod-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/mod-notes.md b/pages/docs/mod-notes.md index 75475f6..c0a16da 100644 --- a/pages/docs/mod-notes.md +++ b/pages/docs/mod-notes.md @@ -57,7 +57,7 @@ If you're using SVR.JS behind a reverse proxy, you need to configure _trustProxy Example _easywaf-config.json_ file: ```json { - "modules" : { + "modules": { "xss": { "excludePaths": "/^\\/(?:git\\/)?(?:(?!\\.git).)*\\.git\\/|^\\/(?:(?:navbar-)?logo|powered).png$/" },