X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comment.component.ts;h=26fc9d0b8c3ec9a730baf08bb75976e25f2b6d5a;hb=632c5e3629c2432371bb6339ad883208bff64ac2;hp=cfcefed830fe184c41b2b7931b6c7189e3236765;hpb=9af61e84309c23ffbfd7562435a5fadd86cdf20c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.ts b/client/src/app/videos/+video-watch/comment/video-comment.component.ts index cfcefed83..26fc9d0b8 100644 --- a/client/src/app/videos/+video-watch/comment/video-comment.component.ts +++ b/client/src/app/videos/+video-watch/comment/video-comment.component.ts @@ -107,7 +107,8 @@ export class VideoCommentComponent implements OnInit, OnChanges { return { tagName, attribs: Object.assign(attribs, { - target: '_blank' + target: '_blank', + rel: 'noopener noreferrer' }) } }