Skip to content

Commit

Permalink
fix: rel="noopener" to the link in the generated html reports
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
Elanis and bcoe committed Dec 1, 2021
1 parent bc69d48 commit f234bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/istanbul-reports/lib/html/index.js
Expand Up @@ -100,7 +100,7 @@ function footerTemplate(details) {
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
at ${html.escape(details.datetime)}
</div>
</div>
Expand Down

0 comments on commit f234bb3

Please sign in to comment.