← back to Mylarwallpaper
scrub vendor leak from Ideas rail + add noreferrer to Facebook link
a2dc3c5bfc160d89676cc839616c92c270d084b9 · 2026-05-25 21:21:26 -0700 · Steve
Ideas rail's rc-meta div was rendering p.vendor on the customer page —
defeats the vendor-redact rule that the rest of the index already honors.
Hardcode to 'Designer Wallcoverings' instead.
Also tightens target=_blank rel from 'noopener' to 'noopener noreferrer'
on the Facebook footer link.
Author: steve@designerwallcoverings.com
Files touched
Diff
commit a2dc3c5bfc160d89676cc839616c92c270d084b9
Author: Steve <steve@designerwallcoverings.com>
Date: Mon May 25 21:21:26 2026 -0700
scrub vendor leak from Ideas rail + add noreferrer to Facebook link
Ideas rail's rc-meta div was rendering p.vendor on the customer page —
defeats the vendor-redact rule that the rest of the index already honors.
Hardcode to 'Designer Wallcoverings' instead.
Also tightens target=_blank rel from 'noopener' to 'noopener noreferrer'
on the Facebook footer link.
Author: steve@designerwallcoverings.com
---
public/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/index.html b/public/index.html
index da6f4eb..2458d0f 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">
@@ -1073,7 +1073,7 @@ loadGridPage();
return '<a class="rail-card" href="/sample/' + encodeURIComponent(p.handle || p.sku) + '">' +
'<img src="' + url + '" alt="' + (p.title || '').replace(/"/g, '"') + '" loading="lazy">' +
'<div class="rc-title">' + ((p.title || '').split('|')[0] || '').trim() + '</div>' +
- '<div class="rc-meta">' + (p.vendor || '') + '</div>' +
+ '<div class="rc-meta">Designer Wallcoverings</div>' +
'</a>';
}
const r1 = document.getElementById('railNewest');
← e1f6a3c /api/facets: total + aesthetics counts now reflect filtered
·
back to Mylarwallpaper
·
homepage: add retrowalls-canonical rail-sections (id=rails + 8bdd5f3 →