[object Object]

← back to Silkwallpaper

noopener,noreferrer on sister-site constellation window.open(_blank)

f2a3aefdc9ecb3246a23501e7b6ccd2f23cd9b6d · 2026-06-01 07:50:58 -0700 · Steve Abrams

Files touched

Diff

commit f2a3aefdc9ecb3246a23501e7b6ccd2f23cd9b6d
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jun 1 07:50:58 2026 -0700

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

diff --git a/public/index.html b/public/index.html
index 0cf5949..b5e0b6b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -702,7 +702,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>

← b71454b fix: remove leaked public backup file and tighten bak-guard  ·  back to Silkwallpaper  ·  301 redirect legacy .html nav pages to clean URLs (kill dupl 412c2dd →