summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/hook/bug/edit-custom_field.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BMO/template/en/default/hook/bug/edit-custom_field.html.tmpl')
-rw-r--r--extensions/BMO/template/en/default/hook/bug/edit-custom_field.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BMO/template/en/default/hook/bug/edit-custom_field.html.tmpl b/extensions/BMO/template/en/default/hook/bug/edit-custom_field.html.tmpl
index 87b51c924..02d7d8ebf 100644
--- a/extensions/BMO/template/en/default/hook/bug/edit-custom_field.html.tmpl
+++ b/extensions/BMO/template/en/default/hook/bug/edit-custom_field.html.tmpl
@@ -31,7 +31,7 @@
[% IF sig.match('^\[\@\s*') && sig.match('\s*\]$') %]
[% sig = sig.replace('(^\[\@\s*|\s*\]$)', '') %]
<a href="https://crash-stats.mozilla.com/signature/?signature=[% sig FILTER uri %]"
- target="_blank">[@ [% sig FILTER html %] ]</a><br>
+ target="_blank" rel="noopener noreferrer">[@ [% sig FILTER html %] ]</a><br>
[% ELSE %]
[% sig FILTER html %]<br>
[% END %]