Skip to content

Commit 8566c25

Browse files
danhoganphanan
authored andcommitted
Added rel="noopener noreferrer" to external links (#2356)
1 parent 1c55e50 commit 8566c25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v2/guide/team.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ order: 803
2929
<dd>
3030
<ul>
3131
<li v-for="repo in profile.reposOfficial">
32-
<a :href="githubUrl('vuejs', repo)" target=_blank>{{ repo.name || repo }}</a>
32+
<a :href="githubUrl('vuejs', repo)" target=_blank rel="noopener noreferrer">{{ repo.name || repo }}</a>
3333
</li>
3434
</ul>
3535
</dd>
@@ -39,7 +39,7 @@ order: 803
3939
<dd>
4040
<ul>
4141
<li v-for="repo in profile.reposPersonal">
42-
<a :href="githubUrl(profile.github, repo)" target=_blank>{{ repo.name || repo }}</a>
42+
<a :href="githubUrl(profile.github, repo)" target=_blank rel="noopener noreferrer">{{ repo.name || repo }}</a>
4343
</li>
4444
</ul>
4545
</dd>

0 commit comments

Comments
 (0)