fix(security): add noreferrer to existing noopener in dynamic link template

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
posimai 2026-04-17 08:12:31 +09:00
parent 09dd315c5f
commit d6905ebfdb
1 changed files with 1 additions and 1 deletions

View File

@ -2521,7 +2521,7 @@ function renderListView() {
<div class="list-card-footer">
${urlDisplay
? `<a class="list-card-url" href="${node.url}" target="_blank"
rel="noopener" onclick="event.stopPropagation()">${urlDisplay}</a>`
rel="noopener noreferrer" onclick="event.stopPropagation()">${urlDisplay}</a>`
: '<span></span>'}
<span class="list-card-conns">${connCount} 接続</span>
</div>