← back to Linenwallpaper
noopener,noreferrer on sister-site window.open popup
8c441a9f4936086a9b58724e4b5f944a8f61f48e · 2026-06-01 07:33:35 -0700 · Steve
Files touched
Diff
commit 8c441a9f4936086a9b58724e4b5f944a8f61f48e
Author: Steve <steve@designerwallcoverings.com>
Date: Mon Jun 1 07:33:35 2026 -0700
noopener,noreferrer on sister-site 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 013ca36..ac7aafc 100644
--- a/public/index.html
+++ b/public/index.html
@@ -680,7 +680,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>
← 63a4065 fix: remove served .bak file, patch 404 guard regex, add *.b
·
back to Linenwallpaper
·
/api/facets drill-down: count each dimension over the active a31c934 →