[object Object]

← back to 1940swallpaper

noopener,noreferrer on sister-site window.open popup

61f2bbd4a86ea0f4c219d2189449dede42b3b588 · 2026-06-01 07:13:55 -0700 · steve

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 61f2bbd4a86ea0f4c219d2189449dede42b3b588
Author: steve <steve@designerwallcoverings.com>
Date:   Mon Jun 1 07:13:55 2026 -0700

    noopener,noreferrer on sister-site window.open popup
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 856595f..92c0118 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>

← f886ab1 fix: delete leaked public/*.bak-* file and extend guard rege  ·  back to 1940swallpaper  ·  /api/facets filtered-set counts + legacy .html->clean 301 re 783392c →