Skip to content

Commit 43e1e6d

Browse files
committed
add noreferrer to license link
1 parent 5b37101 commit 43e1e6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/submission/sections/cc-license/submission-section-cc-licenses.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h5>
128128
<div>
129129
{{ 'submission.sections.ccLicense.link' | translate }}
130130
</div>
131-
<a class="license-link" href="{{ licenseLink }}" target="_blank" rel="noopener">
131+
<a class="license-link" href="{{ licenseLink }}" target="_blank" rel="noopener noreferrer">
132132
{{ licenseLink }}
133133
</a>
134134
<div class="m-2">

0 commit comments

Comments
 (0)