diff options
author | Benjamin Franzke <benjaminfranzke@gmail.com> | 2018-11-15 10:17:56 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@gmail.com> | 2018-11-15 10:20:27 +0100 |
commit | 67fbfc5200b0124c6fc0d22cd78efb502d7fabcc (patch) | |
tree | a0d93d050223e17780db02c56e866e6cf540170d /xsl | |
parent | 23dfcab7c810e85c1d4680d1ae20a5a743c95c14 (diff) | |
download | mutti-web-67fbfc5200b0124c6fc0d22cd78efb502d7fabcc.tar.gz mutti-web-67fbfc5200b0124c6fc0d22cd78efb502d7fabcc.tar.bz2 mutti-web-67fbfc5200b0124c6fc0d22cd78efb502d7fabcc.zip |
Add rel="noopener" to cross-origin links
https://developers.google.com/web/tools/lighthouse/audits/noopener
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index 622d9f4..cb2a23b 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -56,25 +56,25 @@ <xsl:text>E-Mail: </xsl:text><a href="mailto:info@angelika-franzke.de">info@angelika-franzke.de</a> <br/> <br/> - <a href="https://plus.google.com/112211240794067152603"> + <a href="https://plus.google.com/112211240794067152603" rel="noopener"> <img src="img/gplus32{$versioned_png}" width="32" height="32" class="social-icon" alt="Google Plus" /> </a> <br/> <a class="redbox" style="text-align:center" - href="https://beraterboerse.kfw.de/index.php?ac=consultant_projects&id=100021"> + href="https://beraterboerse.kfw.de/index.php?ac=consultant_projects&id=100021" rel="noopener"> <xsl:text>Referenzen</xsl:text> </a> </aside> </main> <div class="logos"> - <a href="http://www.idz-zertifikat.de/voraussetzung-fachberater-existenzgruender" target="_blank"> + <a href="http://www.idz-zertifikat.de/voraussetzung-fachberater-existenzgruender" target="_blank" rel="noopener"> <img src="idz-siegel{$versioned_jpg}" width="190" height="79" alt="Fachberaterin für Existenzgründer - Institut für Dienstleistungszertifizierung" /> </a> - <a href="http://www.mikrokredit.net/" target="_blank"> + <a href="http://www.mikrokredit.net/" target="_blank" rel="noopener"> <img src="kapitalinstitut{$versioned_png}" width="180" height="32" alt="Kapitalinstitut" /> </a> - <a href="http://www.fuer-gruender.de/beratung/dienstleister-finden/firma/beratung-controlling/" target="_blank"> + <a href="http://www.fuer-gruender.de/beratung/dienstleister-finden/firma/beratung-controlling/" target="_blank" rel="noopener"> <img src="fuer-gruender.de-siegel{$versioned_png}" width="77" height="77" alt="Für-Gründer.de" /> </a> </div> |