FIX: disable follow in topic summary links

https://meta.discourse.org/t/links-in-popular-links-appear-without-nofollow/68974
This commit is contained in:
Arpit Jalan 2017-09-04 16:20:41 +05:30
parent 90c14106fa
commit 3b7128102c
1 changed files with 2 additions and 1 deletions

View File

@ -136,7 +136,8 @@ createWidget('topic-map-link', {
target: "_blank",
'data-user-id': attrs.user_id,
'data-ignore-post-id': 'true',
title: attrs.url };
title: attrs.url,
rel: 'nofollow noopener' };
},
html(attrs) {