From 0ad6e8fb223c3dfacd83cf12c00405ab2e25f094 Mon Sep 17 00:00:00 2001 From: posimai Date: Fri, 17 Apr 2026 18:44:18 +0900 Subject: [PATCH] fix(pwa/security): add manifest id, noreferrer to target=_blank Co-Authored-By: Claude Sonnet 4.6 --- index.html | 6 +++--- manifest.json | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 5ad901c..7725076 100644 --- a/index.html +++ b/index.html @@ -968,7 +968,7 @@ - + 詳細を見る @@ -1118,7 +1118,7 @@ - + @@ -1252,7 +1252,7 @@
${formatDateRange(ev)}
${escapeHTML(ev.location)} + target="_blank" rel="noopener noreferrer" style="color:var(--accent);text-decoration:none;">${escapeHTML(ev.location)}
情報元: ${escapeHTML(ev.source)}
`; diff --git a/manifest.json b/manifest.json index b5db35f..3e20563 100644 --- a/manifest.json +++ b/manifest.json @@ -1,4 +1,5 @@ { + "id": "/posimai-tech-events/", "name": "Posimai Tech", "short_name": "Tech Events", "description": "ITイベント・Connpass検索アプリ",