From 3b7128102c12d72d0303c83e4f113aa06c23655c Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Mon, 4 Sep 2017 16:20:41 +0530 Subject: [PATCH] FIX: disable follow in topic summary links https://meta.discourse.org/t/links-in-popular-links-appear-without-nofollow/68974 --- app/assets/javascripts/discourse/widgets/topic-map.js.es6 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/widgets/topic-map.js.es6 b/app/assets/javascripts/discourse/widgets/topic-map.js.es6 index 0564351b568..6cfd0f55f07 100644 --- a/app/assets/javascripts/discourse/widgets/topic-map.js.es6 +++ b/app/assets/javascripts/discourse/widgets/topic-map.js.es6 @@ -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) {