From f1ad5506428db19b46a7d95d956e6ce477019036 Mon Sep 17 00:00:00 2001 From: Tooru Fujisawa Date: Fri, 13 Jan 2017 22:27:58 +0000 Subject: Bug 1329511 - Any link to user-entered URL with target="_blank" should have rel="noopener" or rel="noreferrer" --- .../BugModal/template/en/default/bug_modal/activity_stream.html.tmpl | 2 +- .../template/en/default/hook/bug/comments-aftercomments.html.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl index 4f9dd60b5..f5074dbfa 100644 --- a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl @@ -332,7 +332,7 @@ "$terms.bug $see_also.bug_id" FILTER bug_link(see_also.bug_id); ELSE; %] - [% see_also.url FILTER html %] + [% see_also.url FILTER html %] [% END; ", " UNLESS loop.last; diff --git a/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl b/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl index fb5d25225..c224a4e45 100644 --- a/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl +++ b/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl @@ -146,7 +146,7 @@ [% IF see_also.bug_id %] [%~%][% "$terms.bug $see_also.bug_id" FILTER bug_link(see_also.bug_id) FILTER js %] [% ELSE %] - [%~%] + [%~%] [%~%][% see_also.url FILTER html FILTER js %] [% END %] [%- ", " IF NOT loop.last %] -- cgit v1.2.3-24-g4f1b