[object Object]

← back to Hotelwallcoverings

Pass noopener,noreferrer to sister-site window.open popup

9f5acd12516e9923f944f5eae0ebc621f1d2276d · 2026-06-01 07:33:36 -0700 · Steve Abrams

Files touched

Diff

commit 9f5acd12516e9923f944f5eae0ebc621f1d2276d
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jun 1 07:33:36 2026 -0700

    Pass 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 54c2ad3..ccdf317 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>

← 0e2ca52 Add 301 redirect from legacy .html URLs to clean-URL form  ·  back to Hotelwallcoverings  ·  Remove Big Red widget — never UX-worked, collided with Help 1d3e7a7 →