[object Object]

← back to Wallpaperhistory

add rel=noopener noreferrer to external target=_blank links

d6d2ff5303ea2e24dcaffc7e25be93777a89ec30 · 2026-05-19 08:08:46 -0700 · SteveStudio2

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

Files touched

Diff

commit d6d2ff5303ea2e24dcaffc7e25be93777a89ec30
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Tue May 19 08:08:46 2026 -0700

    add rel=noopener noreferrer to external target=_blank 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 531da93..5aa864c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -312,7 +312,7 @@ body {
   <nav class="header-nav">
     <a href="#timeline">Timeline</a>
     <a href="#cta">Shop DW</a>
-    <a href="https://designerwallcoverings.com" target="_blank">DW</a>
+    <a href="https://designerwallcoverings.com" target="_blank" rel="noopener noreferrer">DW</a>
   </nav>
   <button class="theme-toggle" id="themeToggle" aria-label="Toggle dark/light mode">
     <svg id="iconSun" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" style="display:none"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
@@ -515,7 +515,7 @@ body {
   <div class="cta-section">
     <h2>Five centuries of craft, available with free samples</h2>
     <p>Designer Wallcoverings carries patterns that draw on every chapter of this history — from block-printed naturals to digital custom murals, from grasscloth to foil. Order a free memo sample and let our team help you find the right expression for your space.</p>
-    <a href="https://designerwallcoverings.com" target="_blank" class="cta-btn">Explore the Full Catalog</a>
+    <a href="https://designerwallcoverings.com" target="_blank" rel="noopener noreferrer" class="cta-btn">Explore the Full Catalog</a>
   </div>
 </section>
 

← e2eb144 harden static root: 404-guard for .bak/.pre- snapshots + bro  ·  back to Wallpaperhistory  ·  add corner-nav.js — universal top-right nav per _shared/corn 839ba94 →