[object Object]

← back to Handcraftedwallpaper

noopener,noreferrer on sister-site window.open popup (FB target=_blank link already carried rel)

6afa721732f05c73dec81f5b7a2e67ec311767f6 · 2026-06-01 07:30:37 -0700 · Steve Abrams

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

Files touched

Diff

commit 6afa721732f05c73dec81f5b7a2e67ec311767f6
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jun 1 07:30:37 2026 -0700

    noopener,noreferrer on sister-site window.open popup (FB target=_blank link 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 a95ad1e..4ba2cbd 100644
--- a/public/index.html
+++ b/public/index.html
@@ -554,7 +554,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>

← 3edf279 /api/facets now drill-down counts over the active filtered s  ·  back to Handcraftedwallpaper  ·  Remove Big Red widget — never UX-worked, collided with Help 1017786 →