Skip to content

Add pass through to stripHtml for undefined and null inputs

Olivier Gonzalez requested to merge add_pass_through_to_strip_html_utility into master

What does this MR do?

Backport changes made in EE. See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5452/diffs#note_71174271

Why was this MR needed?

stripHtml is sometime called on dynamic value that can be null or undefined.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports