[object Object]

← back to Mylarwallpaper

harden sister-site map window.open with noopener,noreferrer

503fccddec371c8bb8736b7651a4e0c05888ae4a · 2026-06-01 07:37:12 -0700 · Steve

Files touched

Diff

commit 503fccddec371c8bb8736b7651a4e0c05888ae4a
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon Jun 1 07:37:12 2026 -0700

    harden sister-site map window.open with noopener,noreferrer
---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 971f517..9fcd187 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>

← 4b657cf fix: remove public .bak- snapshot leak, harden bak-guard reg  ·  back to Mylarwallpaper  ·  fleet rebuild: dw-header (hamburgers UL + centered name) + u 3dcfa6e →