Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
adds rel tags as suggested by security checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
hamilton committed Feb 18, 2021
1 parent e6c83e5 commit 6b7a140
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/routes/Sidebar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ li a {
<ul slot="navigation" in:fly={{duration: 800, delay: 300, x: -10}}>
<li><button class:active={currentView === 'current-studies'} on:click={send('current-studies')}>Current Studies</button></li>
<li>
<a class="external" target="_blank" href="https://support.mozilla.org/en-US/kb/about-mozilla-rally">Support
<a class="external" target="_blank" rel="noopener noreferrer" href="https://support.mozilla.org/en-US/kb/about-mozilla-rally">Support
<ExternalLink /></a>
</li>
<li>
<a class="external" target="_blank" href="__BASE_SITE__/how-rally-works/faqs/">FAQ
<a class="external" target="_blank" rel="noopener noreferrer" href="__BASE_SITE__/how-rally-works/faqs/">FAQ
<ExternalLink /></a>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/non-eligible-splashes/NonUSUser.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ onMount(() => {
</Button>
</div>
<div class="waitlist">
<a target="_blank" href="__BASE_SITE__/waitlist/">Join the Waitlist
<a target="_blank" rel="noopener noreferrer" href="__BASE_SITE__/waitlist/">Join the Waitlist
<ExternalLink /></a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/welcome/Content.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
</Button>
</div>
<div class="how-it-works">
<a class="external-link" target="_blank" href="__BASE_SITE__/how-rally-works/">Wait – how does it work again?
<a class="external-link" target="_blank" rel="noopener noreferrer" href="__BASE_SITE__/how-rally-works/">Wait – how does it work again?
<ExternalLink /></a>
</div>
</div>
Expand Down

0 comments on commit 6b7a140

Please sign in to comment.