[object Object]

← back to Embroideredwallpaper

noopener: sister-site map window.open gets noopener,noreferrer

e4914e26e71bc6e1b6c761015f141d4209f65c8f · 2026-06-01 07:25:11 -0700 · Steve

Files touched

Diff

commit e4914e26e71bc6e1b6c761015f141d4209f65c8f
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon Jun 1 07:25:11 2026 -0700

    noopener: sister-site map window.open gets noopener,noreferrer
---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 6946308..ae6971c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -551,7 +551,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>

← c58134a facets: counts honor q/aesthetic/vendor filters (shared filt  ·  back to Embroideredwallpaper  ·  Remove Big Red widget — never UX-worked, collided with Help da0d9ce →