[object Object]

← back to Blockprintedwallpaper

fix: add noreferrer to footer Facebook target=_blank

9ef46b63571006dc1b1cfd3cfeee61302b0a5554 · 2026-05-25 20:50:28 -0700 · SteveStudio2

rel="noopener" alone leaks Referer to the destination. Pair with
noreferrer per the standard tab-nabbing/Referer hygiene rule.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 9ef46b63571006dc1b1cfd3cfeee61302b0a5554
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Mon May 25 20:50:28 2026 -0700

    fix: add noreferrer to footer Facebook target=_blank
    
    rel="noopener" alone leaks Referer to the destination. Pair with
    noreferrer per the standard tab-nabbing/Referer hygiene rule.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 68249e1..671b05d 100644
--- a/public/index.html
+++ b/public/index.html
@@ -418,7 +418,7 @@ textarea:focus-visible,
   
     <div class="footer-col">
       <h4>Social</h4>
-      <a class="fb-link" href="https://www.facebook.com/SteveAbramsDesigns.DesignerWallcoverings" target="_blank" rel="noopener">Facebook</a>
+      <a class="fb-link" href="https://www.facebook.com/SteveAbramsDesigns.DesignerWallcoverings" target="_blank" rel="noopener noreferrer">Facebook</a>
     </div>
   </div>
   <div class="footer-bottom">

← 803f9f7 fix: scrub p.vendor leak from Ideas rail card meta  ·  back to Blockprintedwallpaper  ·  add: clean-URL routes for /history /vocabulary /sourcing /ca da1fc9a →