chore(powered-by): open external link with rel="noopener"
This commit is contained in:
parent
bc98a63712
commit
f617907776
|
@ -57,12 +57,12 @@ var LIGHTBOX_MARKUP =
|
|||
'<div class="bjs-powered-by-lightbox" style="' + LIGHTBOX_STYLES + '">' +
|
||||
'<div class="backdrop" style="' + BACKDROP_STYLES + '"></div>' +
|
||||
'<div class="notice" style="' + NOTICE_STYLES + '">' +
|
||||
'<a href="https://bpmn.io" target="_blank" style="margin: 15px 20px 15px 10px; align-self: center;' + LINK_STYLES + '">' +
|
||||
'<a href="https://bpmn.io" target="_blank" rel="noopener" style="margin: 15px 20px 15px 10px; align-self: center;' + LINK_STYLES + '">' +
|
||||
BPMNIO_IMG +
|
||||
'</a>' +
|
||||
'<span>' +
|
||||
'Web-based tooling for BPMN, DMN and CMMN diagrams ' +
|
||||
'powered by <a href="https://bpmn.io" target="_blank">bpmn.io</a>.' +
|
||||
'powered by <a href="https://bpmn.io" target="_blank" rel="noopener">bpmn.io</a>.' +
|
||||
'</span>' +
|
||||
'</div>' +
|
||||
'</div>';
|
||||
|
|
Loading…
Reference in New Issue