mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 23:36:15 -04:00
fix(sec): added rel="noopener noreferrer" to target="_blank" links
This commit is contained in:
parent
90e76911b3
commit
c303505ea9
1 changed files with 12 additions and 3 deletions
|
@ -55,11 +55,14 @@
|
||||||
IT-Tools <a
|
IT-Tools <a
|
||||||
:href="'https://github.com/CorentinTh/it-tools/tree/'+appVersion"
|
:href="'https://github.com/CorentinTh/it-tools/tree/'+appVersion"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
>{{ appVersion }}</a>
|
>{{ appVersion }}</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
© {{ new Date().getFullYear() }} <a href="//corentin-thomasset.fr" class="footer-link">Corentin
|
© {{ new Date().getFullYear() }}
|
||||||
Thomasset</a>
|
<a href="//corentin-thomasset.fr" class="footer-link" rel="noopener noreferrer" target="_blank">
|
||||||
|
Corentin Thomasset
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -86,7 +89,13 @@
|
||||||
<NuxtLink to="/about">
|
<NuxtLink to="/about">
|
||||||
About
|
About
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
<a href="https://github.com/CorentinTh/it-tools" target="_blank" class="github-link" rel="noopener noreferrer" aria-label="Github repository">
|
<a
|
||||||
|
href="https://github.com/CorentinTh/it-tools"
|
||||||
|
target="_blank"
|
||||||
|
class="github-link"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
aria-label="Github repository"
|
||||||
|
>
|
||||||
<v-icon>mdi-github</v-icon>
|
<v-icon>mdi-github</v-icon>
|
||||||
</a>
|
</a>
|
||||||
</v-app-bar>
|
</v-app-bar>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue