← back to Fabricwallpaper
Harden corner-nav window.open with noopener,noreferrer
b3cc21f9272c92b34148173c48a9a56a11b9f8f8 · 2026-06-01 07:27:41 -0700 · steve
Files touched
Diff
commit b3cc21f9272c92b34148173c48a9a56a11b9f8f8
Author: steve <steve@designerwallcoverings.com>
Date: Mon Jun 1 07:27:41 2026 -0700
Harden corner-nav 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 08d041c..13e594c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -551,7 +551,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>
← 82db56d fix: remove public bak file leak and extend bak-guard regex
·
back to Fabricwallpaper
·
Remove Big Red widget — never UX-worked, collided with Help d32589e →