Problem
New outbound links on the Learning Projects work (e.g. Arctos site, AlohaMini GitHub) must follow safe, consistent patterns (rel, target) so we do not regress security or UX.
Scope
Acceptance Criteria
Files
Related
- Depends on issues that add outbound links to the learning page.
Problem
New outbound links on the Learning Projects work (e.g. Arctos site, AlohaMini GitHub) must follow safe, consistent patterns (
rel,target) so we do not regress security or UX.Scope
rel="noopener noreferrer"when usingtarget="_blank"; if the site standard is same-tab navigation, document that and apply consistently for these URLs.Acceptance Criteria
Files
src/pages/Projects/LearningProjects.tsxsrc/pages/Projects/components/LearningProjectSection.tsx(if links render here)Related