[object Object]

← back to Restaurantwallpaper

noopener,noreferrer on sister-site constellation window.open popup

f6b3e22ab26929039fc40a37c8cb40dcfdb3eda9 · 2026-06-01 07:45:27 -0700 · Steve Abrams

Files touched

Diff

commit f6b3e22ab26929039fc40a37c8cb40dcfdb3eda9
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jun 1 07:45:27 2026 -0700

    noopener,noreferrer on sister-site constellation 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 75dce04..a1a4c53 100644
--- a/public/index.html
+++ b/public/index.html
@@ -553,7 +553,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>

← 19a66dd /api/facets: drill-down counts over active filtered set (sha  ·  back to Restaurantwallpaper  ·  Remove Big Red widget — never UX-worked, collided with Help 0d7bff2 →