Add rel="noopeneer" attributes to external links
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-01-20 23:00:35 +01:00
parent 489c7fadc2
commit fccf839926
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 7 additions and 7 deletions

View File

@ -17,6 +17,6 @@ menu:
---
<div class="container">
<a class="button is-success is-large" href="https://try.vikunja.io" target="_blank">Try it</a>
<a class="button is-success is-large" href="https://try.vikunja.io" target="_blank" rel="noopener">Try it</a>
<a class="button is-large" href="/features">Features</a>
</div>

View File

@ -150,7 +150,7 @@ menu:
<h1 class="title">
Can't wait to see it in action?
</h1>
<a href="http://try.vikunja.io" class="button is-success is-large noshadow">Try it</a>
<a href="http://try.vikunja.io" class="button is-success is-large noshadow" rel="noopener">Try it</a>
</div>
</div>
</section>
@ -163,7 +163,7 @@ menu:
<h2>Self-Hosted</h2>
<p>Use Vikunja on your own server or hosted*. Your data will always be yours, we won't sell your grocery list to Amazon. Don't trust us?
<a href="http://code.vikunja.io">Check for yourself</a>.</p>
<a href="http://code.vikunja.io" rel="noopener">Check for yourself</a>.</p>
<p>
Also, did we mention "the cloud"?
@ -178,13 +178,13 @@ menu:
<div class="column is-half">
<h2>Open-Source</h2>
<p>Vikunja is completly open source and released under the <a href="http://code.vikunja.io/api/src/branch/master/LICENSE">GPLv3</a>.</p>
<p>Vikunja is completly open source and released under the <a href="http://code.vikunja.io/api/src/branch/master/LICENSE" rel="noopener">GPLv3</a>.</p>
<p>You can contribute in multiple ways, even if you're not a developer! It already helps a lot when you use Vikunja and report
<a href="http://code.vikunja.io/api/issues">features you'd like or bugs you find</a>.</p>
<a href="http://code.vikunja.io/api/issues" rel="noopener">features you'd like or bugs you find</a>.</p>
<p>And if you are a developer and know your way around <a href="http://code.vikunja.io/api">Go</a> or
<a href="http://code.vikunja.io/frontend">Vue.js</a>, any help is appreceated.</p>
<p>And if you are a developer and know your way around <a href="http://code.vikunja.io/api" rel="noopener">Go</a> or
<a href="http://code.vikunja.io/frontend" rel="noopener">Vue.js</a>, any help is appreceated.</p>
</div>
</div>