← back to Dw Collections Viewer
Add rel=noopener noreferrer to Open site external link
61f62d91bff8e6f7b2f5c585a1ee9a3ee363325a · 2026-05-18 20:24:19 -0700 · SteveStudio2
Files touched
Diff
commit 61f62d91bff8e6f7b2f5c585a1ee9a3ee363325a
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Mon May 18 20:24:19 2026 -0700
Add rel=noopener noreferrer to Open site external link
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 59fa518..83858e5 100644
--- a/public/index.html
+++ b/public/index.html
@@ -932,7 +932,7 @@ function renderDetail() {
<button class="btn go" onclick="saveAndDeploy()" ${assigned.length === 0 ? 'disabled' : ''}>💾 Save & Deploy</button>
<button class="btn" onclick="previewSort()" ${assigned.length === 0 ? 'disabled' : ''} title="Re-render local products.json with the chosen sort, but do NOT deploy. Lets you see the order before pushing live.">👁 Preview sort</button>
<button class="btn" onclick="renderSite()" ${assigned.length === 0 ? 'disabled' : ''}>Render now (live)</button>
- <a class="btn" href="https://${s.domain}" target="_blank" style="text-decoration:none">Open site ↗</a>
+ <a class="btn" href="https://${s.domain}" target="_blank" rel="noopener noreferrer" style="text-decoration:none">Open site ↗</a>
</div>
<` + `script>
// Restore saved deploy sort. Precedence: per-site rules.sort (server) > localStorage > default.
← cd8ae33 snapshot: 3 file(s) changed, +2 new, ~1 modified
·
back to Dw Collections Viewer
·
snapshot before dep reinstall + pm2 restart aa7d928 →