LaraBug / LaraBug

Laravel error reporting tool
https://www.larabug.com
MIT License
267 stars 58 forks source link

Add more keys to default blacklist config #49

Closed jrmajor closed 3 years ago

jrmajor commented 3 years ago

Add current_password and password_confirmation to default blacklist.

They are also included by default in Handler::$dontFlash in a fresh Laravel app.