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$/" },