[object Object]

← back to Suedewallpaper

Pass noopener,noreferrer to sister-site constellation window.open

df227d1cb1cbd506a9a57f19eae4a856d5128d76 · 2026-06-01 07:51:23 -0700 · Steve

Files touched

Diff

commit df227d1cb1cbd506a9a57f19eae4a856d5128d76
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon Jun 1 07:51:23 2026 -0700

    Pass noopener,noreferrer to 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 5872cb0..a94af9c 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>

← 1b1fb5f fix: remove stale public/index.html.bak-20260526152130 and a  ·  back to Suedewallpaper  ·  Facet counts reflect filtered result set + 301 legacy .html f548395 →