Skip to content

Makes custom Pages domain open as external link in new tab

Jake Burden requested to merge 66067-pages-domain-doesnt-set-target-blank into master

What does this MR do?

Adds target="_blank" to the custom domain link in Pages which users are expecting to open in a new tab.

Also adds rel="noopener noreferrer" to that link to prevent the newly opened link from gaining access to the window Object of the users GitLab tab. The security issue is further described here: https://www.jitbit.com/alexblog/256-targetblank---the-most-underestimated-vulnerability-ever/

Edit: After some review, I've also added an external_link haml helper. This way we can quickly add external links (with visual icon) without writing all the boilerplate.

It has the following signature: external_link(body, url, [options])

Screenshots

image

image

pages-external-link

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Closes #66067 (closed)

Edited by Jake Burden

Merge request reports