diff --git a/helios/templates/election_view.html b/helios/templates/election_view.html
index fba739cdf638698fc0e07903dafcf25a149bb283..2cc8538a54311271972b85a7b52b4e9f7b699516 100644
--- a/helios/templates/election_view.html
+++ b/helios/templates/election_view.html
@@ -46,7 +46,7 @@ this {{election.election_type}} is <u>not</u> featured on the front page.
 </div>
 
 {% if election.election_info_url %}
-<p style="font-size:1.5em;">[<a target="_blank" href="{{election.election_info_url}}">download candidate bios &amp; statements</a>]</p>
+<p style="font-size:1.5em;">[<a target="_blank" href="{{election.election_info_url}}" rel="noopener noreferrer">download candidate bios &amp; statements</a>]</p>
 {% endif %}
 
 <p align="center" style="font-size: 1.5em;">
diff --git a/heliosbooth/templates/question.html b/heliosbooth/templates/question.html
index 88d214807d8f89c7655f4c557f060bc9adbeceb7..776eefdf5be00e3515be452728a743e9496731e6 100644
--- a/heliosbooth/templates/question.html
+++ b/heliosbooth/templates/question.html
@@ -30,7 +30,7 @@ as many as you approve of
 {#if $T.question.answer_urls && $T.question.answer_urls[$T.answer_ordering[$T.answer$index]] && $T.question.answer_urls[$T.answer_ordering[$T.answer$index]] != ""}
 &nbsp;&nbsp;
 <span style="font-size: 12pt;">
-[<a target="_blank" href="{$T.question.answer_urls[$T.answer_ordering[$T.answer$index]]}">more info</a>]
+[<a target="_blank" href="{$T.question.answer_urls[$T.answer_ordering[$T.answer$index]]}" rel="noopener noreferrer">more info</a>]
 </span>
 {#/if}
 </div>