← back to SmokeShop
add noreferrer to external Google Sheets link (noopener+noreferrer rule)
ce200aad7f0b251be338f521812ff87099373c9e · 2026-05-19 21:25:23 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit ce200aad7f0b251be338f521812ff87099373c9e
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue May 19 21:25:23 2026 -0700
add noreferrer to external Google Sheets link (noopener+noreferrer rule)
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 e010964..736c765 100644
--- a/public/index.html
+++ b/public/index.html
@@ -11,7 +11,7 @@
<body>
<!-- Spreadsheet Banner -->
<div class="spreadsheet-banner">
- <a href="https://docs.google.com/spreadsheets/d/1FrGZRWdisWpPIKK1zx6uHstRuidtUOua/edit?usp=sharing&ouid=118338764009699775321&rtpof=true&sd=true" target="_blank" rel="noopener">
+ <a href="https://docs.google.com/spreadsheets/d/1FrGZRWdisWpPIKK1zx6uHstRuidtUOua/edit?usp=sharing&ouid=118338764009699775321&rtpof=true&sd=true" target="_blank" rel="noopener noreferrer">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" style="vertical-align:middle;margin-right:8px"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="16" y1="13" x2="8" y2="13"/><line x1="16" y1="17" x2="8" y2="17"/></svg>
View Full Content Calendar Spreadsheet (Google Sheets)
</a>
← 7115e4d add 404-guard middleware before express.static to refuse ser
·
back to SmokeShop
·
harden window.open instagram external opens with noopener,no c80bff4 →