Skip to content

Commit

Permalink
refs Tokyo-Metro-Gov#1959 noopener を noopener noreferrer に変更した
Browse files Browse the repository at this point in the history
  • Loading branch information
masanori1102 committed Mar 27, 2020
1 parent 34067cd commit fff3c83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/OpenDataLink.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<a class="OpenDataLink" :href="url" target="_blank" rel="noopener">
<a class="OpenDataLink" :href="url" target="_blank" rel="noopener noreferrer">
{{ $t('オープンデータを入手') }}
<v-icon
class="ExternalLinkIcon"
Expand Down
2 changes: 1 addition & 1 deletion components/SourceLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class="SourceLink"
:href="url"
target="_blank"
rel="noopener"
rel="noopener noreferrer"
>
{{ linkString }}
<v-icon class="ExternalLinkIcon" size="15">
Expand Down

0 comments on commit fff3c83

Please sign in to comment.