Skip to content

Commit 0a8de62

Browse files
hackall360claude
andcommitted
Security: Add rel=noopener noreferrer to external links
- Prevents tabnapping attacks on target="_blank" links - Applied to contact, projects, and personaDemo pages 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 929bf5f commit 0a8de62

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

apps/personaDemo/persona.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ <h1 class="persona-title">Persona Chat</h1>
444444

445445
<!-- Pollinations Credit -->
446446
<div class="pollinations-credit">
447-
<a href="https://pollinations.ai" target="_blank">Generations by Pollinations.ai</a>
447+
<a href="https://pollinations.ai" target="_blank" rel="noopener noreferrer">Generations by Pollinations.ai</a>
448448
</div>
449449
</div>
450450

contact/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ <h2 class="section-title" data-aos="fade-up">
385385
</div>
386386
<h3>GitHub</h3>
387387
<p>Explore our open-source projects and contributions</p>
388-
<a href="https://github.com/Unity-Lab-AI" class="feature-link" target="_blank">Visit GitHub <i class="fas fa-arrow-right"></i></a>
388+
<a href="https://github.com/Unity-Lab-AI" class="feature-link" target="_blank" rel="noopener noreferrer">Visit GitHub <i class="fas fa-arrow-right"></i></a>
389389
</div>
390390
</div>
391391
<div class="col-md-4" data-aos="fade-up" data-aos-delay="200">
@@ -395,7 +395,7 @@ <h3>GitHub</h3>
395395
</div>
396396
<h3>Discord</h3>
397397
<p>Join our community and chat with the team</p>
398-
<a href="https://discord.gg/unityailab" class="feature-link" target="_blank">Join Discord <i class="fas fa-arrow-right"></i></a>
398+
<a href="https://discord.gg/unityailab" class="feature-link" target="_blank" rel="noopener noreferrer">Join Discord <i class="fas fa-arrow-right"></i></a>
399399
</div>
400400
</div>
401401
<div class="col-md-4" data-aos="fade-up" data-aos-delay="300">
@@ -405,7 +405,7 @@ <h3>Discord</h3>
405405
</div>
406406
<h3>Unity AI Chat</h3>
407407
<p>Experience our flagship AI chatbot</p>
408-
<a href="https://unity.unityailab.com" class="feature-link" target="_blank">Try Unity <i class="fas fa-arrow-right"></i></a>
408+
<a href="https://unity.unityailab.com" class="feature-link" target="_blank" rel="noopener noreferrer">Try Unity <i class="fas fa-arrow-right"></i></a>
409409
</div>
410410
</div>
411411
</div>

projects/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ <h3 class="project-title">Unity AI Chat</h3>
290290
<p class="project-description">
291291
Our flagship AI chatbot featuring the Unity persona - an unfiltered, boundary-pushing conversational AI that operates without conventional restrictions.
292292
</p>
293-
<a href="https://unity.unityailab.com" class="project-link" target="_blank">
293+
<a href="https://unity.unityailab.com" class="project-link" target="_blank" rel="noopener noreferrer">
294294
Try It Live <i class="fas fa-external-link-alt ms-2"></i>
295295
</a>
296296
<div class="project-tags">
@@ -309,7 +309,7 @@ <h3 class="project-title">CodeWringer</h3>
309309
<p class="project-description">
310310
AI-powered code analysis and optimization tool that analyzes codebases at any scale, providing debugging insights and efficiency improvements.
311311
</p>
312-
<a href="https://github.com/Unity-Lab-AI/CodeWringer" class="project-link" target="_blank">
312+
<a href="https://github.com/Unity-Lab-AI/CodeWringer" class="project-link" target="_blank" rel="noopener noreferrer">
313313
View on GitHub <i class="fab fa-github ms-2"></i>
314314
</a>
315315
<div class="project-tags">
@@ -328,7 +328,7 @@ <h3 class="project-title">Jailbreak Research</h3>
328328
<p class="project-description">
329329
Ongoing research into AI limitations, prompt engineering techniques, and methods for unlocking capabilities beyond standard guardrails.
330330
</p>
331-
<a href="https://github.com/Unity-Lab-AI" class="project-link" target="_blank">
331+
<a href="https://github.com/Unity-Lab-AI" class="project-link" target="_blank" rel="noopener noreferrer">
332332
Explore Research <i class="fas fa-flask ms-2"></i>
333333
</a>
334334
<div class="project-tags">

0 commit comments

Comments
 (0)