[object Object]

← back to Wallpaperestimator

Add noreferrer to target=_blank external product links

355fbad9c622ebd5dc05bd91e076dae17880555d · 2026-05-19 08:10:54 -0700 · Steve Abrams

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

Files touched

Diff

commit 355fbad9c622ebd5dc05bd91e076dae17880555d
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue May 19 08:10:54 2026 -0700

    Add noreferrer to target=_blank external product links
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
 public/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index 2b16cee..b7ff817 100644
--- a/public/index.html
+++ b/public/index.html
@@ -482,7 +482,7 @@ function renderPicks(){
     var p = list[i];
     var url = 'https://designerwallcoverings.com/products/' + p.handle;
     html += '<article class="product">';
-    html += '<a href="'+url+'" target="_blank" rel="noopener">';
+    html += '<a href="'+url+'" target="_blank" rel="noopener noreferrer">';
     html += '<img src="'+p.image_url+'" alt="'+p.title+'" loading="lazy">';
     html += '</a>';
     html += '<div class="meta">';
@@ -490,7 +490,7 @@ function renderPicks(){
     html += '<div class="ttl">'+p.title+'</div>';
     html += '<div class="cat">'+p.category+'</div>';
     html += '</div>';
-    html += '<a class="shop" href="'+url+'" target="_blank" rel="noopener">View on DW →</a>';
+    html += '<a class="shop" href="'+url+'" target="_blank" rel="noopener noreferrer">View on DW →</a>';
     html += '</article>';
   }
   document.getElementById('productGrid').innerHTML = html;

← 4ec793b Polish hero copy and add wallpaper-yardage FAQ accordion  ·  back to Wallpaperestimator  ·  Replace dead /about nav link with #faq anchor to existing FA 9925515 →