[object Object]

← back to Fabricwallpaper

fix: add noreferrer to external target=_blank Facebook link

be90be66f2865d0eb778800004b5f4eafb820675 · 2026-05-19 07:53:39 -0700 · Steve Abrams

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

Files touched

Diff

commit be90be66f2865d0eb778800004b5f4eafb820675
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue May 19 07:53:39 2026 -0700

    fix: add noreferrer to external target=_blank Facebook link
    
    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 9426265..12aa8b2 100644
--- a/public/index.html
+++ b/public/index.html
@@ -353,7 +353,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">

← 6db82c8 feat: clean-URL routes for static pages; /about resolves to  ·  back to Fabricwallpaper  ·  stage2: wire microsite catalog + admin CRUD + grid/list view 50c32f1 →