Skip to content

Commit a03c23b

Browse files
committed
fixed a security risk
1 parent 3e4ce7a commit a03c23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/react/src/components/Footer/FooterWidgets.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export class FooterWidgets extends Component {
111111
<i className="fa fa-twitter fa-2x" />
112112
</a>
113113
</div><br/><br/>
114-
Powered by <a href="https://www.lesspod.com" target="_blank">Lesspod.com</a>
114+
Powered by <a href="https://www.lesspod.com" target="_blank" rel="noopener noreferrer">Lesspod.com</a>
115115
</div>
116116
</div>
117117
</div>

0 commit comments

Comments
 (0)