Skip to content

Commit

Permalink
fix(FontSelector): add rel "noopener" attribute to links
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcbroom committed Jul 26, 2024
1 parent 9a81d59 commit 26ba1ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/src/components/Selectors/FontSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<a
class="uno-font-bold"
href="https://caniuse.com/mdn-api_window_querylocalfonts"
target="_blank">
target="_blank"
rel="noopener">
{{ $t('learnMore') }}
</a>
</VAlert>
Expand All @@ -25,7 +26,8 @@
<a
class="uno-font-bold"
href="https://support.google.com/chrome/answer/114662?hl=en&co=GENIE.Platform=Desktop"
target="_blank">
target="_blank"
rel="noopener">
{{ $t('enablePermission') }}
</a>
</VAlert>
Expand Down

0 comments on commit 26ba1ed

Please sign in to comment.