Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
add noreferrer to cross-origin links
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Jul 28, 2020
1 parent e216ef4 commit bb32e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/index.html
Expand Up @@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1,user-scalable=0" />
<meta name="theme-color" content="#0c0c14" />
<meta name="Description" content="vaaski.dev website.">
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
<title><%= htmlWebpackPlugin.options.title %></title>
<link
Expand Down
1 change: 1 addition & 0 deletions src/components/navbar.vue
Expand Up @@ -18,6 +18,7 @@
<a
v-else
target="_blank"
rel="noreferrer"
:style="{ 'transition-delay': `${i * 50}ms, 0s` }"
class="link"
:href="to"
Expand Down

0 comments on commit bb32e05

Please sign in to comment.