[object Object]

← back to Pitchvideo

add rel=noopener noreferrer to target=_blank link

2a6ea4aeba90861777526cdd592401a94745d03a · 2026-05-19 18:31:42 -0700 · SteveStudio2

Files touched

Diff

commit 2a6ea4aeba90861777526cdd592401a94745d03a
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Tue May 19 18:31:42 2026 -0700

    add rel=noopener noreferrer to target=_blank link
---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index fffdd0b..65d0261 100644
--- a/public/index.html
+++ b/public/index.html
@@ -89,7 +89,7 @@ button:disabled{opacity:.4;cursor:not-allowed}
 <div id="status" class="status"></div>
 
 <div class="footer">
-  Built on top of the agentabrams pitch pipeline. Same engine that rendered <a href="https://videos.agentabrams.com" target="_blank">108 ideas in 8 minutes</a> for $2 of API cost.
+  Built on top of the agentabrams pitch pipeline. Same engine that rendered <a href="https://videos.agentabrams.com" target="_blank" rel="noopener noreferrer">108 ideas in 8 minutes</a> for $2 of API cost.
 </div>
 </div>
 

← 7299d15 add 404-guard middleware for snapshot file paths  ·  back to Pitchvideo  ·  Add per-site favicon (kills /favicon.ico 404) 8788000 →