← back to Ffepurchasing
noopener,noreferrer on sister-site constellation window.open popup
1dadf890f58ea15f69ad9a8b2e572d7bb4b44d32 · 2026-06-01 07:28:04 -0700 · Steve Abrams
Files touched
Diff
commit 1dadf890f58ea15f69ad9a8b2e572d7bb4b44d32
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon Jun 1 07:28:04 2026 -0700
noopener,noreferrer on sister-site constellation window.open popup
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 6486f03..2b42bb0 100644
--- a/public/index.html
+++ b/public/index.html
@@ -607,7 +607,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>
← 4c34b57 /api/facets: drill-down counts over the active filtered set
·
back to Ffepurchasing
·
clean-URL: 301 redirect legacy /*.html -> extension-less rou fc990f8 →