← back to Ticket Action Viewer
security: add rel=noopener noreferrer to target=_blank links (yoloforever cycle 3)
423b4d4d5e46751ce03e5f01bc007f0b85f43832 · 2026-09-15 18:50:46 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UxvvaJ7p6VRZ4RzKDaBXqK
Files touched
Diff
commit 423b4d4d5e46751ce03e5f01bc007f0b85f43832
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue Sep 15 18:50:46 2026 -0700
security: add rel=noopener noreferrer to target=_blank links (yoloforever cycle 3)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UxvvaJ7p6VRZ4RzKDaBXqK
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 79b4041..3d5d57d 100644
--- a/public/index.html
+++ b/public/index.html
@@ -113,7 +113,7 @@
</label>
<span class="chip">blocked <b id="cB">0</b></span><span class="chip">doing <b id="cD">0</b></span><span class="chip">open <b id="cO">0</b></span>
<button class="k" onclick="load()">↻ Refresh</button>
- <a class="k" href="http://127.0.0.1:9794" target="_blank" style="text-decoration:none">Board ↗</a>
+ <a rel="noopener noreferrer" class="k" href="http://127.0.0.1:9794" target="_blank" style="text-decoration:none">Board ↗</a>
</div>
</header>
<main>
← 8868f25 creds-safe fetch guard: resolve relative fetch vs credential
·
back to Ticket Action Viewer
·
(newest)