Browse Source

add rel="noopener" to prevent security vulnerabilities

pull/1/head
wes 7 years ago
parent
commit
8adbc96e25
  1. 2
      src/scripts/about.tag
  2. 6
      src/scripts/app.tag
  3. 1
      src/scripts/githubsocial.tag
  4. 1
      src/scripts/headersocial.tag
  5. 6
      src/scripts/links.tag

2
src/scripts/about.tag

@ -7,7 +7,7 @@
I'm a full stack application developer who builds web and mobile apps. I am a huge fan of functional programming, compilers, and solving problems creatively and efficiently. I enjoy helping other people learn more, and I am constantly learning as well. This blog covers my thoughts on everything from computer science, psychology, philosophy, economics, and anything else I'm currently interested in.
</p>
<p class="post-content">
Feel free to shoot me an <a href="mailto:wjak56@gmail.com">email</a> if you want to chat or check out my <a target="_blank" href="https://stackoverflow.com/users/903589/wes">profile on stack overflow</a>
Feel free to shoot me an <a href="mailto:wjak56@gmail.com">email</a> if you want to chat or check out my <a target="_blank" rel="noopener" href="https://stackoverflow.com/users/903589/wes">profile on stack overflow</a>
</p>
</div>
<script>

6
src/scripts/app.tag

@ -144,7 +144,11 @@
<div class="col-8">
<div class="license">
Content Licensed under CC
<a target="_blank" href="https://creativecommons.org/licenses/by-nc-nd/4.0/">
<a
target="_blank"
rel="noopener"
href="https://creativecommons.org/licenses/by-nc-nd/4.0/"
>
<img
class="cc-license"
src="/images/88x31.png"

1
src/scripts/githubsocial.tag

@ -3,6 +3,7 @@
<a
href={opts.link}
target="_blank"
rel="noopener"
class="social-brand tooltip tooltip-right"
data-tooltip="My Github"
style={

1
src/scripts/headersocial.tag

@ -3,6 +3,7 @@
<a
href={opts.link}
target="_blank"
rel="noopener"
class="social-brand tooltip tooltip-left"
data-tooltip="Follow me"
style={

6
src/scripts/links.tag

@ -29,7 +29,11 @@
</div>
<div class="tile-action">
<a target="_blank" href={ item.href }>
<a
target="_blank"
rel="noopener"
href={ item.href }
>
<button class="btn btn-primary branded">
Link
</button>

Loading…
Cancel
Save