summaryrefslogtreecommitdiffstats
path: root/webapp/components/header_footer_template.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-05-05 14:17:59 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-05-05 14:17:59 -0400
commit3b8b23218da924b2be91511628fd6d8911bde02d (patch)
treed7a61b6b5f8fb9c55f75989949e970908ad20e25 /webapp/components/header_footer_template.jsx
parent654c11bdfd28f5892007f32b48ca0d1c93c05e14 (diff)
downloadchat-3b8b23218da924b2be91511628fd6d8911bde02d.tar.gz
chat-3b8b23218da924b2be91511628fd6d8911bde02d.tar.bz2
chat-3b8b23218da924b2be91511628fd6d8911bde02d.zip
Added noreferrer to some links (#2897)
Diffstat (limited to 'webapp/components/header_footer_template.jsx')
-rw-r--r--webapp/components/header_footer_template.jsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/components/header_footer_template.jsx b/webapp/components/header_footer_template.jsx
index 76061d532..71716c4fb 100644
--- a/webapp/components/header_footer_template.jsx
+++ b/webapp/components/header_footer_template.jsx
@@ -34,6 +34,7 @@ export default class NotLoggedIn extends React.Component {
className='pull-right footer-link'
target='_blank'
href={global.window.mm_config.HelpLink}
+ rel='noreferrer'
>
<FormattedMessage id='web.footer.help'/>
</a>
@@ -42,6 +43,7 @@ export default class NotLoggedIn extends React.Component {
className='pull-right footer-link'
target='_blank'
href={global.window.mm_config.TermsOfServiceLink}
+ rel='noreferrer'
>
<FormattedMessage id='web.footer.terms'/>
</a>
@@ -50,6 +52,7 @@ export default class NotLoggedIn extends React.Component {
className='pull-right footer-link'
target='_blank'
href={global.window.mm_config.PrivacyPolicyLink}
+ rel='noreferrer'
>
<FormattedMessage id='web.footer.privacy'/>
</a>
@@ -58,6 +61,7 @@ export default class NotLoggedIn extends React.Component {
className='pull-right footer-link'
target='_blank'
href={global.window.mm_config.AboutLink}
+ rel='noreferrer'
>
<FormattedMessage id='web.footer.about'/>
</a>