docs: fix invalid JSON on example easywaf-config.json file
This commit is contained in:
parent
1b8d8705f4
commit
b7e2ec9d63
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ If you're using SVR.JS behind a reverse proxy, you need to configure _trustProxy
|
||||||
Example _easywaf-config.json_ file:
|
Example _easywaf-config.json_ file:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"modules" : {
|
"modules": {
|
||||||
"xss": {
|
"xss": {
|
||||||
"excludePaths": "/^\\/(?:git\\/)?(?:(?!\\.git).)*\\.git\\/|^\\/(?:(?:navbar-)?logo|powered).png$/"
|
"excludePaths": "/^\\/(?:git\\/)?(?:(?!\\.git).)*\\.git\\/|^\\/(?:(?:navbar-)?logo|powered).png$/"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue