mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08: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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue