Skip to content

Commit

Permalink
Adding appendFound description
Browse files Browse the repository at this point in the history
  • Loading branch information
efkan committed Nov 25, 2017
1 parent 72235f1 commit 88e0a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Use this option to change the default request blocking message to show to the us
`app.use(filter({bodyMessage: 'A forbidden expression has been found in form data: '}))` <br>

**appendFound**:<br>
Use this option to append found forbidden characters to the end of error message. Error message can be default or overridden urlMessage and bodyMessage.
Use this option to append found forbidden characters to the end of error message. Error message can be default or overridden urlMessage and bodyMessage.<br>
`app.use(filter({appendFound: true}))` <br>

**caseSensitive**:<br>
Expand Down

0 comments on commit 88e0a38

Please sign in to comment.