[object Object]

← back to 1890swallpaper

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

e42a1e558b1b08992b263c3746a71ffaa42ce4dd · 2026-06-01 07:10:04 -0700 · SteveStudio2

Files touched

Diff

commit e42a1e558b1b08992b263c3746a71ffaa42ce4dd
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Mon Jun 1 07:10:04 2026 -0700

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

diff --git a/public/index.html b/public/index.html
index e2ec185..a180b8e 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>

← 56eaf76 scrub residual 3rd-party vendor names from products.json sou  ·  back to 1890swallpaper  ·  Remove Big Red voice widget — never UX-worked (stuck connect c261642 →