← back to Hospitalitywallpaper
add noopener,noreferrer to sister-site window.open popup
80310675a44703bf6f3b33af2aaf455c1abeae52 · 2026-06-01 07:30:44 -0700 · Steve Abrams
Files touched
Diff
commit 80310675a44703bf6f3b33af2aaf455c1abeae52
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon Jun 1 07:30:44 2026 -0700
add noopener,noreferrer to 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 48e4757..a535c8e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -552,7 +552,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>
← c601a13 facets: count over the active filtered set via shared filter
·
back to Hospitalitywallpaper
·
Remove Big Red widget — never UX-worked, collided with Help f2c8b5d →