From a573eee6c5362ebde3b3fdbdedb251f2f8ade316 Mon Sep 17 00:00:00 2001 From: posimai Date: Fri, 17 Apr 2026 18:42:25 +0900 Subject: [PATCH] fix(security): add noreferrer to all target=_blank links Co-Authored-By: Claude Sonnet 4.6 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 25ae3eb..3998440 100644 --- a/index.html +++ b/index.html @@ -844,7 +844,7 @@ function renderList() {
${esc(a.title)}
${metaParts.length ? `
${metaParts.join('·')}
` : ''} - ${a.url ? ` + ${a.url ? ` ` : ''} `;