[object Object]

← back to Architecturalwallcoverings

fix: add noopener,noreferrer to sister-site window.open popup

14ab3bd46a7e10a933209327c650e53bfe48a847 · 2026-06-01 07:21:58 -0700 · Steve

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 14ab3bd46a7e10a933209327c650e53bfe48a847
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon Jun 1 07:21:58 2026 -0700

    fix: add noopener,noreferrer to sister-site window.open popup
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index fc33aa6..0b0e9b0 100644
--- a/public/index.html
+++ b/public/index.html
@@ -555,7 +555,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>

← 6ad1935 fix: /api/facets counts the active filtered set (drill-down)  ·  back to Architecturalwallcoverings  ·  Remove Big Red widget — never UX-worked, collided with Help 9ff0e6d →