diff --git a/app/views/static/linkfilter.haml b/app/views/static/linkfilter.haml index 45db755f..22389c88 100644 --- a/app/views/static/linkfilter.haml +++ b/app/views/static/linkfilter.haml @@ -16,4 +16,4 @@ %p.font-weight-bold.mb-0 URL: %pre.bg-light.text-dark.p-3.rounded= @link - %a.btn.btn-primary{ href: @link } I understand the risk, proceed! + %a.btn.btn-primary{ href: @link, rel: "nofollow" } I understand the risk, proceed!