Commit d133ec2b authored by Dominic Couture's avatar Dominic Couture

Fix reverse tabnabbing issue

Changelog: security
parent 1a8c4d75
......@@ -7,7 +7,7 @@
= _('GitLab Pages')
%p
- link_to_gitlab_pages = link_to(_('GitLab Pages'), gitlab_pages[:url], target: '_blank')
- link_to_gitlab_pages = link_to(_('GitLab Pages'), gitlab_pages[:url], target: '_blank', rel: 'noopener noreferrer')
= _('Below are the settings for %{link_to_gitlab_pages}.').html_safe % { link_to_gitlab_pages: link_to_gitlab_pages }
.table-responsive
%table
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment