fix: Prevent Reverse Tabnabbing in Footer#1860
Conversation
|
@gowthamrdyy is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
This PR improves security best practices for external links in the footer by updating rel attributes on anchor tags that open in a new tab.
Changes:
- Replace
rel="noreferrer"withrel="noopener noreferrer"for external links usingtarget="_blank".
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
GSSoC Label Checklist 🏷️@Priyanshu-byte-coder — please apply the appropriate labels before merging: Difficulty (pick one):
Quality (optional):
Validation (required to score):
|
754dd47
into
Priyanshu-byte-coder:main
|
🎉 Merged! Thanks for contributing to DevTrack. If the project has been useful to you, a ⭐ star on the repo is the easiest way to support it — it helps DevTrack get discovered by more developers. Keep an eye on open issues for your next contribution! |
Closes #1855