gitlab-org--gitlab-foss/changelogs/unreleased/sh-fix-request-profiles-html.yml
Stan Hu 4ac4ba2654 Fix requests profiler in admin page not rendering HTML properly
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
2019-01-09 23:09:43 -08:00

5 lines
116 B
YAML

---
title: Fix requests profiler in admin page not rendering HTML properly
merge_request: 24291
author:
type: fixed