← back to Dear Bubbe Admin
fix: add rel=noopener noreferrer to target=_blank links; add backup file patterns to .gitignore
a88b6fdbeb8188c023897d6dd7f38a1ac06cd24a · 2026-05-30 23:51:17 -0700 · SteveStudio2
Files touched
M .gitignoreM public/instagram-post.html
Diff
commit a88b6fdbeb8188c023897d6dd7f38a1ac06cd24a
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Sat May 30 23:51:17 2026 -0700
fix: add rel=noopener noreferrer to target=_blank links; add backup file patterns to .gitignore
---
.gitignore | 8 ++++++++
public/instagram-post.html | 8 ++++----
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
index 1d7a585..475915d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,4 +11,12 @@ coverage/
.DS_Store
*.log
tmp/
+*.bak
+*.bak-*
+*.pre-*
+*.orig
+*.save
+*.old
+*~
+copy-of-*
diff --git a/public/instagram-post.html b/public/instagram-post.html
index 331abe4..5269a2f 100644
--- a/public/instagram-post.html
+++ b/public/instagram-post.html
@@ -89,7 +89,7 @@
<h2>📱 How to Post:</h2>
<ol>
<li>Download the image above</li>
- <li>Open Instagram app or <a href="https://instagram.com" target="_blank">instagram.com</a></li>
+ <li>Open Instagram app or <a href="https://instagram.com" target="_blank" rel="noopener noreferrer">instagram.com</a></li>
<li>Click "New Post" (+)</li>
<li>Upload the downloaded image</li>
<li>Copy and paste the caption</li>
@@ -98,9 +98,9 @@
<h2>🔗 Quick Links:</h2>
<ul>
- <li><a href="https://instagram.com" target="_blank">Instagram Web</a></li>
- <li><a href="https://business.facebook.com/creatorstudio" target="_blank">Creator Studio (Schedule Posts)</a></li>
- <li><a href="https://later.com" target="_blank">Later (Free Scheduling)</a></li>
+ <li><a href="https://instagram.com" target="_blank" rel="noopener noreferrer">Instagram Web</a></li>
+ <li><a href="https://business.facebook.com/creatorstudio" target="_blank" rel="noopener noreferrer">Creator Studio (Schedule Posts)</a></li>
+ <li><a href="https://later.com" target="_blank" rel="noopener noreferrer">Later (Free Scheduling)</a></li>
</ul>
</div>
← 4147abc initial snapshot — gitify all builds (CLAUDE.md rule 2026-05
·
back to Dear Bubbe Admin
·
(newest)