← back to Jutewallpaper
add noopener,noreferrer to sister-site constellation window.open popup (FB target=_blank <a> already carried rel)
8caa5f0e67b39e9b057179ecf044e2ad7db9244d · 2026-06-01 07:34:31 -0700 · Steve Abrams
Files touched
Diff
commit 8caa5f0e67b39e9b057179ecf044e2ad7db9244d
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon Jun 1 07:34:31 2026 -0700
add noopener,noreferrer to sister-site constellation window.open popup (FB target=_blank <a> already carried rel)
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 081491e..c1c3195 100644
--- a/public/index.html
+++ b/public/index.html
@@ -556,7 +556,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>
← c6b56a2 /api/facets now drill-down counts over the active filtered s
·
back to Jutewallpaper
·
pilot: header rebuild (hamburgers UL: nav + admin-tools / na 49e6d3b →