mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
lets not open an attack vector :)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
cc3673d2d2
commit
a10c2faac1
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ const gHVersionLabel = function(repo, token='') {
|
|||
} else {
|
||||
url = `https://github.com/${repo}/commit/${token.split('-')[0]}`;
|
||||
}
|
||||
return <a target="_blank" href={url}>{token}</a>;
|
||||
return <a target="_blank" rel="noopener" href={url}>{token}</a>;
|
||||
};
|
||||
|
||||
// Enumerate some simple 'flip a bit' UI settings (if any).
|
||||
|
|
Loading…
Reference in a new issue