mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-22 20:31:49 +00:00
fix: permitir todos los parametros antes de informarlos #17991
This commit is contained in:
parent
c6428c8b11
commit
3ef8cf8bd7
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,9 @@ module ActiveStorage
|
||||||
|
|
||||||
def page_not_found(exception)
|
def page_not_found(exception)
|
||||||
head :not_found
|
head :not_found
|
||||||
|
|
||||||
|
params.permit!
|
||||||
|
|
||||||
ExceptionNotifier.notify_exception(exception, data: { params: params.to_hash })
|
ExceptionNotifier.notify_exception(exception, data: { params: params.to_hash })
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue