← back to Textilewallpaper
add noopener noreferrer to target=_blank links + window.open calls
acc1a2a0c00c5274b69546cd4403d155e6afbfca · 2026-05-25 21:39:14 -0700 · Steve
Files touched
Diff
commit acc1a2a0c00c5274b69546cd4403d155e6afbfca
Author: Steve <steve@designerwallcoverings.com>
Date: Mon May 25 21:39:14 2026 -0700
add noopener noreferrer to target=_blank links + window.open calls
---
public/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/index.html b/public/index.html
index 9d55a4e..186f089 100644
--- a/public/index.html
+++ b/public/index.html
@@ -416,7 +416,7 @@ textarea:focus-visible,
<div class="footer-col">
<h4>Social</h4>
- <a class="fb-link" href="https://www.facebook.com/SteveAbramsDesigns.DesignerWallcoverings" target="_blank" rel="noopener">Facebook</a>
+ <a class="fb-link" href="https://www.facebook.com/SteveAbramsDesigns.DesignerWallcoverings" target="_blank" rel="noopener noreferrer">Facebook</a>
</div>
</div>
<div class="footer-bottom">
@@ -484,7 +484,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>
← 3897592 add clean-URL routes (/care, /sourcing, /trade, /history) fo
·
back to Textilewallpaper
·
scrub p.vendor from Ideas rail card meta (replace with Desig dc447ca →