Skip to content

Commit

Permalink
cheap fix for target="_blank" vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Lasky committed May 5, 2016
1 parent 0586801 commit a90b68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strand-action/strand-action.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dom-module id="strand-action">
<link rel="import" type="css" href="strand-action.css"/>
<template>
<a href="{{href}}" target="{{target}}" class$="{{ updateClass(underline) }}">
<a href="{{href}}" target="{{target}}" rel="noopener noreferrer" class$="{{ updateClass(underline) }}">
<content select="strand-icon" id="icon"></content>
<content select="label"></content>
</a>
Expand Down

0 comments on commit a90b68f

Please sign in to comment.