← back to Micawallpaper
add noreferrer to external Facebook link rel attribute
3706f91cdc3852dc2104b83766f7ef75373dc3e9 · 2026-05-18 20:47:08 -0700 · Steve Abrams
Files touched
Diff
commit 3706f91cdc3852dc2104b83766f7ef75373dc3e9
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon May 18 20:47:08 2026 -0700
add noreferrer to external Facebook link rel attribute
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 59eb62e..b77869d 100644
--- a/public/index.html
+++ b/public/index.html
@@ -353,7 +353,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">
← b3c8870 untrack 19 .bak/.pre- snapshot files; gitignore *.bak.* and
·
back to Micawallpaper
·
stage2: wire microsite catalog + admin CRUD + grid/list view 0053dbe →