diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 2af85f2ec..6a6b04cfb 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1107,7 +1107,11 @@ define([ } var content = setHTML(h('p'), Messages.help.generic.more); - $(content).find('a').attr('href', href); + $(content).find('a').attr({ + href: href, + target: '_blank', + rel: 'noopener noreferrer', + }); var text = h('p.cp-help-text', [ content