[object Object]

← back to Jim Gravity

Harden external links with rel=noopener noreferrer

7b3635722888c8e15a69060101b7b4ec420ba2bd · 2026-05-18 20:10:07 -0700 · Steve Abrams

Files touched

Diff

commit 7b3635722888c8e15a69060101b7b4ec420ba2bd
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon May 18 20:10:07 2026 -0700

    Harden external links with rel=noopener noreferrer
---
 index.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/index.html b/index.html
index 014f821..9c8ca31 100644
--- a/index.html
+++ b/index.html
@@ -585,13 +585,13 @@
     
     <footer>
         <div class="social-links">
-            <a href="https://www.facebook.com" target="_blank" rel="noopener">Facebook</a>
-            <a href="https://www.flickr.com" target="_blank" rel="noopener">Flickr</a>
-            <a href="https://www.twitter.com" target="_blank" rel="noopener">Twitter</a>
-            <a href="https://www.pinterest.com" target="_blank" rel="noopener">Pinterest</a>
+            <a href="https://www.facebook.com" target="_blank" rel="noopener noreferrer">Facebook</a>
+            <a href="https://www.flickr.com" target="_blank" rel="noopener noreferrer">Flickr</a>
+            <a href="https://www.twitter.com" target="_blank" rel="noopener noreferrer">Twitter</a>
+            <a href="https://www.pinterest.com" target="_blank" rel="noopener noreferrer">Pinterest</a>
         </div>
         <p>&copy; 2025 Jim Dultz. All rights reserved.</p>
-        <p style="margin-top: 0.5rem; font-size: 0.9rem;">Original site: <a href="https://www.jimdultz.com" target="_blank" rel="noopener" style="color: var(--primary-color);">www.jimdultz.com</a></p>
+        <p style="margin-top: 0.5rem; font-size: 0.9rem;">Original site: <a href="https://www.jimdultz.com" target="_blank" rel="noopener noreferrer" style="color: var(--primary-color);">www.jimdultz.com</a></p>
     </footer>
     
     <script>

← b5b55ee initial scaffold (gitify-all 2026-05-06)  ·  back to Jim Gravity  ·  Remove no-op img.src self-assignment from lazy-load block f47de3a →