← back to 1960swallpaper
Add rel=noreferrer to Facebook external link
e5fd491e98a64e49e613c589394d10ae34348ae6 · 2026-05-19 08:30:49 -0700 · SteveStudio2
The target=_blank Facebook link had rel=noopener but was missing
noreferrer; add it for full referrer-leak protection.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit e5fd491e98a64e49e613c589394d10ae34348ae6
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Tue May 19 08:30:49 2026 -0700
Add rel=noreferrer to Facebook external link
The target=_blank Facebook link had rel=noopener but was missing
noreferrer; add it for full referrer-leak protection.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 07a0d98..3b5e624 100644
--- a/public/index.html
+++ b/public/index.html
@@ -356,7 +356,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">
← 5ac19fd Wire sort param into grid fetch + hydrate saved sort before
·
back to 1960swallpaper
·
stage2: wire microsite catalog + admin CRUD + grid/list view ac5bb04 →