Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Good for this to be top of mind so no one traverses as such: ``` config.lograge.custom_payload do |controller| exceptions = %w(controller action format authenticity_token) { params: controller.request.params.except(*exceptions), # request.params is DANGEROUS } end ``` request.filtered_params is at least a bit safer as noted in #28
- Loading branch information