← back to 1950swallpaper
add noreferrer to external Facebook link
62b36812be7bcd2859d65c987f101dfa9e5b4e94 · 2026-05-19 08:28:11 -0700 · SteveStudio2
The footer Facebook link had target=_blank rel=noopener but was
missing noreferrer.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit 62b36812be7bcd2859d65c987f101dfa9e5b4e94
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Tue May 19 08:28:11 2026 -0700
add noreferrer to external Facebook link
The footer Facebook link had target=_blank rel=noopener but was
missing noreferrer.
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 b10063a..23e3878 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">
← 0c44099 add clean-URL routes for content pages, remove dead nav link
·
back to 1950swallpaper
·
stage2: wire microsite catalog + admin CRUD + grid/list view fab0e2a →