Added noreferrer to some links (#2897)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
654c11bdfd
Коммит
3b8b23218d
@@ -174,6 +174,7 @@ export default class SidebarRightMenu extends React.Component {
|
||||
<Link
|
||||
target='_blank'
|
||||
to={global.window.mm_config.HelpLink}
|
||||
rel='noreferrer'
|
||||
>
|
||||
<i className='fa fa-question'></i>
|
||||
<FormattedMessage
|
||||
@@ -192,6 +193,7 @@ export default class SidebarRightMenu extends React.Component {
|
||||
<Link
|
||||
target='_blank'
|
||||
to={global.window.mm_config.ReportAProblemLink}
|
||||
rel='noreferrer'
|
||||
>
|
||||
<i className='fa fa-phone'></i>
|
||||
<FormattedMessage
|
||||
|
||||
Ссылка в новой задаче
Block a user