Summary
External links that open in a new tab should include rel="noopener noreferrer" for security. Audit and fix any missing instances.
What should change?
- Search for target="_blank" across src/
- Add rel="noopener noreferrer" where missing
- Priority files: check-in success explorer links, passport explorer links
Acceptance criteria
All target="_blank" links have proper rel
No broken links
Build passes
Checklist of done conditions:
How to test
- Grep repo for target="_blank" after changes
- Click fixed links (e.g. block explorer after check-in)
- Confirm they open in new tab correctly
Summary
External links that open in a new tab should include rel="noopener noreferrer" for security. Audit and fix any missing instances.
What should change?
Acceptance criteria
All target="_blank" links have proper rel
No broken links
Build passes
Checklist of done conditions:
How to test