[object Object]

← back to Corkwallcovering

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

a771d326cc636bf2909c03f8ababd468f3c21f15 · 2026-06-01 07:24:56 -0700 · Steve Abrams

Files touched

Diff

commit a771d326cc636bf2909c03f8ababd468f3c21f15
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jun 1 07:24:56 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 9ba15f2..e8224f8 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>

← 4f70040 add 301 redirect from legacy /*.html to clean URLs (before e  ·  back to Corkwallcovering  ·  Remove Big Red widget — never UX-worked, collided with Help 40a7d16 →