[object Object]

← back to 1890swallpaper

chore: add noreferrer to external target=_blank Facebook link

d707d9ce68b0693857939a578fe485acb160f1b8 · 2026-05-19 08:21:41 -0700 · SteveStudio2

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

Files touched

Diff

commit d707d9ce68b0693857939a578fe485acb160f1b8
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Tue May 19 08:21:41 2026 -0700

    chore: 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 975a80f..2bdc12c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -356,7 +356,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">

← 338c505 feat: clean-URL routes for nav pages, fixes /about 404  ·  back to 1890swallpaper  ·  stage2: wire microsite catalog + admin CRUD + grid/list view 1bcb466 →