FIX: template-lint uses strict rel-noopener rule which requires noreferrer (#9449)
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user