Problem Statement
Currently, several external links (like social icons, GitHub repository links, or sponsor buttons) use target="_blank" to open in a new tab but are missing the rel="noopener noreferrer" attribute. This is a known security vulnerability (tabnabbing) and a performance issue in older browsers.
Proposed Solution
I will audit the frontend components (specifically the Footer, Header, and Public Profile pages) and append rel="noopener noreferrer" to all tags that route to external domains.
Feature Area
Dashboard
Alternatives Considered
No response
Acceptance Criteria
No response
Additional Context
No response
Problem Statement
Currently, several external links (like social icons, GitHub repository links, or sponsor buttons) use target="_blank" to open in a new tab but are missing the rel="noopener noreferrer" attribute. This is a known security vulnerability (tabnabbing) and a performance issue in older browsers.
Proposed Solution
I will audit the frontend components (specifically the Footer, Header, and Public Profile pages) and append rel="noopener noreferrer" to all tags that route to external domains.
Feature Area
Dashboard
Alternatives Considered
No response
Acceptance Criteria
No response
Additional Context
No response