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:
parent
90c14106fa
commit
3b7128102c
|
@ -136,7 +136,8 @@ createWidget('topic-map-link', {
|
||||||
target: "_blank",
|
target: "_blank",
|
||||||
'data-user-id': attrs.user_id,
|
'data-user-id': attrs.user_id,
|
||||||
'data-ignore-post-id': 'true',
|
'data-ignore-post-id': 'true',
|
||||||
title: attrs.url };
|
title: attrs.url,
|
||||||
|
rel: 'nofollow noopener' };
|
||||||
},
|
},
|
||||||
|
|
||||||
html(attrs) {
|
html(attrs) {
|
||||||
|
|
Loading…
Reference in New Issue