Skip to content

Commit 56ea415

Browse files
committed
Fix react security concern
1 parent 7e36acd commit 56ea415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/Account.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export default function Account(props) {
195195
</Form.Group>
196196

197197
<Form.Group>
198-
<p>To fill out these fields, look up your institution's details on <a href="https://www.ofxhome.com/index.php/home/directory" target="_blank">ofxhome.com</a></p>
198+
<p>To fill out these fields, look up your institution's details on <a href="https://www.ofxhome.com/index.php/home/directory" target="_blank" rel="noopener noreferrer">ofxhome.com</a></p>
199199
<Form.Group controlId={makeID("institutionDescription")} as={Row}>
200200
<Form.Label column sm={labelWidth}>Institution name</Form.Label>
201201
<Col sm={inputWidth}>

0 commit comments

Comments
 (0)