[object Object]

← back to 1960swallpaper

fix(security): add noopener,noreferrer to window.open sister-site nav

cefd88ae432a17e604ce047463411b25e42ed73d · 2026-06-01 07:13:49 -0700 · Steve

Files touched

Diff

commit cefd88ae432a17e604ce047463411b25e42ed73d
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon Jun 1 07:13:49 2026 -0700

    fix(security): add noopener,noreferrer to window.open sister-site nav
---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 2b280e3..2137949 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>

← 7ae3889 fix(api): /api/facets counts reflect filtered result set (sk  ·  back to 1960swallpaper  ·  Remove Big Red widget — never UX-worked, collided with Help 93325ce →