[object Object]

← back to Rentv Bloom Flyers

security: add rel=noopener noreferrer to target=_blank links (yoloforever cycle 3)

be0339a1dcf464890642fda75b357b80ee106381 · 2026-09-15 18:50:45 -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 be0339a1dcf464890642fda75b357b80ee106381
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Sep 15 18:50:45 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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/public/index.html b/public/index.html
index 87e03c6..fa0c96b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -104,14 +104,14 @@ FLYERS.forEach(fl=>addTab('f'+fl.k, '<span class="k">'+fl.k+'</span>'+fl.label,
   v.innerHTML='<div class="flyerbar"><b>'+fl.label+'</b> — '+fl.dir+
     '<span class="sp"></span>'+
     '<a class="gold" download href="'+pdf+'">⬇ Download PDF</a>'+
-    '<a href="'+fl.file+'" target="_blank">Open full ↗</a>'+
-    '<a href="'+fl.png+'" target="_blank">PNG</a></div>'+
+    '<a rel="noopener noreferrer" href="'+fl.file+'" target="_blank">Open full ↗</a>'+
+    '<a rel="noopener noreferrer" href="'+fl.png+'" target="_blank">PNG</a></div>'+
     '<iframe src="'+fl.file+'" title="'+fl.label+'"></iframe>';
 }));
 // key art tab
 addTab('keyart','<span class="k">★</span>Key Art (PS)', v=>{
   v.innerHTML='<div class="flyerbar"><b>Photoshop Key Art</b> — Steve Bloom / Commercial Real Estate Talk'+
-    '<span class="sp"></span><a class="gold" download href="concepts/ps-keyart-steve-bloom.png">⬇ Download PNG</a><a href="concepts/ps-keyart-steve-bloom.png" target="_blank">Open ↗</a></div>'+
+    '<span class="sp"></span><a class="gold" download href="concepts/ps-keyart-steve-bloom.png">⬇ Download PNG</a><a rel="noopener noreferrer" href="concepts/ps-keyart-steve-bloom.png" target="_blank">Open ↗</a></div>'+
     '<div class="imgwrap"><figure><img src="concepts/ps-keyart-steve-bloom.png" alt="Steve Bloom key art"></figure></div>';
 });
 // sponsors tab

← 7b086c2 chore: mark v1.0.0 (session close)  ·  back to Rentv Bloom Flyers  ·  (newest)