← back to Contractwallpaper
noopener,noreferrer on sister-site window.open popup
15566a6b3322d3f5aacce839b159686645ae1f5c · 2026-06-01 07:25:03 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit 15566a6b3322d3f5aacce839b159686645ae1f5c
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon Jun 1 07:25:03 2026 -0700
noopener,noreferrer on 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 df0102f..c651381 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>
← c90b50d /api/facets drill-down counts via shared filterProducts() +
·
back to Contractwallpaper
·
Remove Big Red widget — never UX-worked, collided with Help 530a207 →