← back to Apartmentwallpaper
add noopener,noreferrer to sister-site window.open popup
dc74f6bc88af153b5aaab41d9e705b4df65d7ee8 · 2026-06-01 07:18:42 -0700 · Steve
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit dc74f6bc88af153b5aaab41d9e705b4df65d7ee8
Author: Steve <steve@designerwallcoverings.com>
Date: Mon Jun 1 07:18:42 2026 -0700
add noopener,noreferrer to sister-site window.open popup
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 08d5118..2ac5994 100644
--- a/public/index.html
+++ b/public/index.html
@@ -555,7 +555,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>
← 7f2f2b6 facets count over filtered result set via shared filterProdu
·
back to Apartmentwallpaper
·
fix(theme2): gate toggle visibility to theme2 only; persist 0dc58a0 →