From 5ea8f523243701ed260b85e35ac9060ce10c3f9e Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Tue, 10 Sep 2024 19:38:17 +0200 Subject: [PATCH] docs: fix invalid JSON on example easywaf-config.json file --- source/mods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/mods.md b/source/mods.md index 6e62123..26ec886 100644 --- a/source/mods.md +++ b/source/mods.md @@ -67,7 +67,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$/" },