← back to Raffiawalls
noopener noreferrer on window.open('_blank') sister-site nav
7d76b99b4a183ce1d7c41e64252b7d53c872fa4d · 2026-05-25 21:27:08 -0700 · Steve Abrams
Files touched
Diff
commit 7d76b99b4a183ce1d7c41e64252b7d53c872fa4d
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon May 25 21:27:08 2026 -0700
noopener noreferrer on window.open('_blank') sister-site nav
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index cc6ced3..ae3923e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -564,7 +564,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>
← 118686d clean-URL routes for /history /vocabulary /sourcing /care /t
·
back to Raffiawalls
·
wire api-vendor-redact middleware as first app.use — strips 4abb649 →