[object Object]

← back to Glassbeadedwallpaper

Add rel=noopener noreferrer to external target=_blank links

11aa7e932ec9d8b80c1cf4fcc98666d9143150b4 · 2026-05-18 20:35:28 -0700 · Steve

Files touched

Diff

commit 11aa7e932ec9d8b80c1cf4fcc98666d9143150b4
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon May 18 20:35:28 2026 -0700

    Add rel=noopener noreferrer to external target=_blank links
---
 index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 0487d1d..4cbfe45 100644
--- a/index.html
+++ b/index.html
@@ -318,7 +318,7 @@
                     Loading Instagram feed...
                 </div>
             </div>
-            <a href="https://instagram.com/designerwallcoverings" target="_blank" class="instagram-follow-btn">
+            <a href="https://instagram.com/designerwallcoverings" target="_blank" rel="noopener noreferrer" class="instagram-follow-btn">
                 Follow @designerwallcoverings
             </a>
         </div>
@@ -604,7 +604,7 @@
             // For now, display placeholder - Instagram API integration would go here
             feed.innerHTML = `
                 <div class="instagram-placeholder">
-                    <p>Connect with us on Instagram <a href="https://instagram.com/designerwallcoverings" target="_blank">@designerwallcoverings</a> to see our glass beaded wallpapers in action!</p>
+                    <p>Connect with us on Instagram <a href="https://instagram.com/designerwallcoverings" target="_blank" rel="noopener noreferrer">@designerwallcoverings</a> to see our glass beaded wallpapers in action!</p>
                 </div>
             `;
         }

← fbd15ae snapshot before fleet-grid refine tick 4  ·  back to Glassbeadedwallpaper  ·  Harden static file server against path traversal and malform 52d382e →