[object Object]

← back to Architecturalwallcoverings

chore: add noreferrer to Facebook external link

d70c8be1e0ad0615a0afe6ac1d55f32d800fd61f · 2026-05-25 20:51:23 -0700 · SteveStudio2

target=_blank external link was missing the noreferrer half of the
rel attribute (had noopener only).

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

Files touched

Diff

commit d70c8be1e0ad0615a0afe6ac1d55f32d800fd61f
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Mon May 25 20:51:23 2026 -0700

    chore: add noreferrer to Facebook external link
    
    target=_blank external link was missing the noreferrer half of the
    rel attribute (had noopener only).
    
    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 d8c6a7a..3466c98 100644
--- a/public/index.html
+++ b/public/index.html
@@ -419,7 +419,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">

← 2c79e24 feat: add .bak/.pre- 404 guard + clean-URL routes for nav  ·  back to Architecturalwallcoverings  ·  wire api-vendor-redact middleware (close vendors-facet leak) d6a6c08 →