[object Object]

← back to Selfadhesivewallpaper

noopener,noreferrer on sister-site constellation window.open

75b5617f0c212115f4261ab8c24c159630b42604 · 2026-06-01 07:48:15 -0700 · Steve

Files touched

Diff

commit 75b5617f0c212115f4261ab8c24c159630b42604
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon Jun 1 07:48:15 2026 -0700

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

diff --git a/public/index.html b/public/index.html
index e149286..4cc63be 100644
--- a/public/index.html
+++ b/public/index.html
@@ -567,7 +567,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>

← f71b384 fix: remove duplicate /about route (dead code after CLEAN_PA  ·  back to Selfadhesivewallpaper  ·  facets drill-down filtered counts + legacy .html->clean 301 ea6ec83 →