Skip to content

Fix requests profiler in admin page not rendering HTML properly

Stan Hu requested to merge sh-fix-request-profiles-html into master

By default in Rails 5, content passed to render will be escaped. This doesn't work for the HTML profile output, which should be considered safe HTML already.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56152

Merge request reports