mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 16:55:08 +00:00
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…
x
Reference in New Issue
Block a user