Skip to content

Replace SafeLink Component with GlLink

Dheeraj Joshi requested to merge replace-safe-link into master

What does this MR do?

This MR aims to replace the SafeLink Component entirely from the gitlab repo and replace it with the gitlab-ui's GlLink Component.

  • GlLink got a new security feature which aims to sanitize all the javascript related payloads by default, and
  • also add secure rel attributes 'noopener noreferer' by default for target="_blank"
  • So, now we don't need an extra component to do the job ;)

Closes #216040 (closed)

Edited by Dheeraj Joshi

Merge request reports