[object Object]

← back to Naturalwallcoverings

add noreferrer to external Facebook link rel attribute

d93f05c1be5af3380d7ac6e0e88dfff15d09e92e · 2026-05-18 20:43:21 -0700 · Steve Abrams

Files touched

Diff

commit d93f05c1be5af3380d7ac6e0e88dfff15d09e92e
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon May 18 20:43:21 2026 -0700

    add noreferrer to external Facebook link rel attribute
---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index ee83417..ece990d 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">

← d185fce remove dead PRODUCTS_ORIG var and unused global flag from ni  ·  back to Naturalwallcoverings  ·  stage2: wire microsite catalog + admin CRUD + grid/list view f8a39d2 →