[object Object]

← back to Metallicwallpaper

redact p.vendor on rail-card + noopener noreferrer on target=_blank (Facebook footer + mini-constellation window.open)

2a59caee15765b0d4b62190632ddcd6270d6e3fa · 2026-05-25 21:19:28 -0700 · Steve Abrams

Files touched

Diff

commit 2a59caee15765b0d4b62190632ddcd6270d6e3fa
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon May 25 21:19:28 2026 -0700

    redact p.vendor on rail-card + noopener noreferrer on target=_blank (Facebook footer + mini-constellation window.open)
---
 public/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/public/index.html b/public/index.html
index 05735a4..96a8626 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>
@@ -1072,7 +1072,7 @@ loadGridPage();
       return '<a class="rail-card" href="/sample/' + encodeURIComponent(p.handle || p.sku) + '">' +
         '<img src="' + url + '" alt="' + (p.title || '').replace(/"/g, '&quot;') + '" 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');

← 4b059a9 wire api-vendor-redact middleware as first app.use — strips  ·  back to Metallicwallpaper  ·  homepage: add retrowalls-canonical rail-sections (id=rails + eb4e12f →