Skip to content

Commit

Permalink
add noopener rel on blank window api link
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Mar 3, 2025
1 parent 707bbea commit 7101f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/application/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<ul class="list-unstyled">
<li class="mb-2"><a href="https://github.com/manyfold3d/manyfold" target="_blank"><%= t ".code" %></a></li>
<li class="mb-2"><a href="https://github.com/manyfold3d/manyfold/issues" target="_blank"><%= t ".issues" %></a></li>
<li class="mb-2"><%= link_to t(".api"), api_url, target: "_blank" %></li>
<li class="mb-2"><%= link_to t(".api"), api_url, rel: "noopener", target: "_blank" %></li>
</ul>
</div>
<div class="col-4 col-lg-2 mb-3">
Expand Down

0 comments on commit 7101f61

Please sign in to comment.