docs: fix invalid JSON on example easywaf-config.json file
This commit is contained in:
parent
c95cc32122
commit
5ea8f52324
1 changed files with 1 additions and 1 deletions
|
@ -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$/"
|
||||
},
|
||||
|
|
Reference in a new issue