← back to Retrowalls
noopener,noreferrer on sister-site map window.open(_blank)
4e776b9bda4951c906d433ed89bdad72c7a714fd · 2026-06-01 07:44:46 -0700 · Steve Abrams
Files touched
Diff
commit 4e776b9bda4951c906d433ed89bdad72c7a714fd
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon Jun 1 07:44:46 2026 -0700
noopener,noreferrer on sister-site map window.open(_blank)
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 434455d..89546bf 100644
--- a/public/index.html
+++ b/public/index.html
@@ -700,7 +700,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>
← e76c444 fix: block .bak-TIMESTAMP backup files from being served + a
·
back to Retrowalls
·
/api/facets honors q+aesthetic+vendor filters via shared fil 216a456 →