[object Object]

← back to Silverleafwallpaper

add noopener noreferrer to target=_blank + window.open (FB link + sister-site dial)

2f96e5f09ac2110d6dc48d383067a6fb94dcf4a2 · 2026-05-25 21:36:32 -0700 · Steve

Files touched

Diff

commit 2f96e5f09ac2110d6dc48d383067a6fb94dcf4a2
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon May 25 21:36:32 2026 -0700

    add noopener noreferrer to target=_blank + window.open (FB link + sister-site dial)
---
 public/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index b4b86b2..d6b34f8 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">
@@ -487,7 +487,7 @@ textarea:focus-visible,
       const isCurrent = n.dataset.slug === SLUG;
       n.querySelector('circle').setAttribute('fill-opacity', isCurrent ? '1' : '0.55');
     });
-    n.addEventListener('click', () => window.open('https://' + n.dataset.slug + '.com', '_blank'));
+    n.addEventListener('click', () => window.open('https://' + n.dataset.slug + '.com', '_blank', 'noopener,noreferrer'));
   });
 })();
 </script>

← 326d06d add 404-guard middleware (JSON for /api/*, lightweight HTML  ·  back to Silverleafwallpaper  ·  wire api-vendor-redact middleware — strip vendor field + ven de0354f →