Skip to content

Commit 8812be1

Browse files
authored
chore: update sponsor rel/ref link attributes (#1483)
1 parent 325aa5d commit 8812be1

File tree

52 files changed

+2999
-2999
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+2999
-2999
lines changed

README.md

Lines changed: 61 additions & 61 deletions
Large diffs are not rendered by default.

apps/content/.vitepress/theme/components/AsideSponsors.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const smallSponsors = sponsors.filter(s => s.sidebarSize === 'small')
1010
<a class="aside-sponsors-title" href="https://github.com/sponsors/dinwwwh" target="_blank" rel="noopener">SPONSORS</a>
1111

1212
<div class="aside-sponsors-list">
13-
<a v-for="sponsor in normalSponsors" :key="sponsor.login" class="aside-sponsor" target="_blank" :href="sponsor.link">
13+
<a v-for="sponsor in normalSponsors" :key="sponsor.login" class="aside-sponsor" target="_blank" rel="noopener" :href="sponsor.link">
1414
<img :src="sponsor.sidebarLogo" :alt="sponsor.name || sponsor.login">
1515
</a>
1616

@@ -19,7 +19,7 @@ const smallSponsors = sponsors.filter(s => s.sidebarSize === 'small')
1919
</a>
2020

2121
<div class="aside-sponsors-small">
22-
<a v-for="sponsor in smallSponsors" :key="sponsor.login" class="aside-sponsor" target="_blank" :href="sponsor.link">
22+
<a v-for="sponsor in smallSponsors" :key="sponsor.login" class="aside-sponsor" target="_blank" rel="noopener" :href="sponsor.link">
2323
<img :src="sponsor.sidebarLogo" :alt="sponsor.name || sponsor.login">
2424
</a>
2525
</div>

apps/content/.vitepress/theme/components/FullSponsors.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const tierGroups = computed(() => {
4848
</h2>
4949
<p class="sponsor-cta">
5050
If you find oRPC valuable and would like to support its development:
51-
<a href="https://github.com/sponsors/dinwwwh" target="_blank" rel="noopener noreferrer">GitHub Sponsors</a>
51+
<a href="https://github.com/sponsors/dinwwwh" target="_blank" rel="noopener">GitHub Sponsors</a>
5252
</p>
5353

5454
<div v-for="tier in tierGroups" :key="tier.level" class="tier-section">
@@ -65,7 +65,7 @@ const tierGroups = computed(() => {
6565
<a
6666
:href="sponsor.link"
6767
target="_blank"
68-
rel="sponsored noopener noreferrer"
68+
rel="noopener"
6969
:title="sponsor.name || sponsor.login"
7070
class="sponsor-link"
7171
>
@@ -93,7 +93,7 @@ const tierGroups = computed(() => {
9393
:key="sponsor.login"
9494
:href="sponsor.link"
9595
target="_blank"
96-
rel="sponsored noopener noreferrer"
96+
rel="noopener"
9797
:title="sponsor.name || sponsor.login"
9898
>
9999
<img

0 commit comments

Comments
 (0)