[object Object]

← back to Vinylwallpaper

noopener,noreferrer on sister-site constellation window.open popup

d54a8308d19484a9bfdb3e8a9584ff1d0c99396d · 2026-06-01 07:54:16 -0700 · Steve Abrams

Files touched

Diff

commit d54a8308d19484a9bfdb3e8a9584ff1d0c99396d
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jun 1 07:54:16 2026 -0700

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

diff --git a/public/index.html b/public/index.html
index e97c243..3f015c3 100644
--- a/public/index.html
+++ b/public/index.html
@@ -570,7 +570,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>

← d8b7ebd 301 redirect legacy *.html nav pages -> clean URLs (before e  ·  back to Vinylwallpaper  ·  hero: activate self-contained 2x2 hero-4grid (was commented d06a5bc →