Skip to content

Commit

Permalink
Add rel=noopener with fallback (#20)
Browse files Browse the repository at this point in the history
This ensures that github.com can not mess with the `list`-powered HTML document in any way.

See https://mathiasbynens.github.io/rel-noopener/ for more information.
  • Loading branch information
mathiasbynens authored and rauchg committed Sep 29, 2016
1 parent 90be470 commit a5e5c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</main>

<aside>
<p>Node {{nodeVersion}} and <a href="https://github.com/zeit/list" target="_blank">list</a> running @ localhost:{{port}}</p>
<p>Node {{nodeVersion}} and <a href="https://github.com/zeit/list" target="_blank" rel="noopener noreferrer">list</a> running @ localhost:{{port}}</p>
</aside>
</body>
</html>

0 comments on commit a5e5c7a

Please sign in to comment.