FIX: template-lint uses strict rel-noopener rule which requires noreferrer (#9449)

This commit is contained in:
Joffrey JAFFEUX
2020-04-16 22:38:10 +02:00
committed by GitHub
parent b6c19cba20
commit 98039e6cc5
19 changed files with 23 additions and 23 deletions
@@ -1,5 +1,5 @@
{{#each popular_components as |theme|}}
<a class="popular-theme-item" href={{theme.meta_url}} rel="noopener" target="_blank">
<a class="popular-theme-item" href={{theme.meta_url}} rel="noopener noreferrer" target="_blank">
{{theme.name}}
</a>
{{/each}}