Skip to content

Commit 97a8ee8

Browse files
xh3n1Sam Tuke
authored andcommitted
whitelist BadRequestHttpException so that messages are not sanitized (#108)
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
1 parent 6c24fd4 commit 97a8ee8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,14 @@
121121
"view_response_listener": {
122122
"enabled": true
123123
}
124+
124125
},
125126
"exception": {
126-
"enabled": true
127+
"enabled": true,
128+
"messages": {
129+
"Symfony\\Component\\HttpKernel\\Exception\\BadRequestHttpException": true
130+
}
131+
127132
}
128133
}
129134
}

0 commit comments

Comments
 (0)