mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-01 04:09:46 -04:00
Open links to documentation in new tabs
Because users have difficulty getting back to the Notify admin interface. The `rel` attribute mitigates against [a nasty cross-domain vulnerability](https://mathiasbynens.github.io/rel-noopener/).
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
('Ruby client', 'https://github.com/alphagov/notifications-ruby-client')
|
||||
] %}
|
||||
<li>
|
||||
<a href="{{ url }}">{{ name }}</a>
|
||||
<a href="{{ url }}" target="_blank" rel="noopener noreferrer">{{ name }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user