[object Object]

← back to Raffiawallcoverings

noopener,noreferrer on constellation window.open popup (FB target=_blank <a> already carried rel)

dcda1f6b6f83170ca435e9efc2838229e5a8e149 · 2026-06-01 07:41:57 -0700 · steve

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

Files touched

Diff

commit dcda1f6b6f83170ca435e9efc2838229e5a8e149
Author: steve <steve@designerwallcoverings.com>
Date:   Mon Jun 1 07:41:57 2026 -0700

    noopener,noreferrer on constellation window.open popup (FB target=_blank <a> already carried rel)
    
    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 28ad375..3b16e13 100644
--- a/public/index.html
+++ b/public/index.html
@@ -553,7 +553,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>

← 638b722 server.js mechanical fixes: (1) /api/facets drill-down — aes  ·  back to Raffiawallcoverings  ·  Remove Big Red widget — never UX-worked, collided with Help 01e36a6 →