fix: add rel="noopener noreferrer" to footer external links (#3751)#3787
fix: add rel="noopener noreferrer" to footer external links (#3751)#3787arkid15r merged 4 commits intoOWASP:mainfrom
Conversation
Summary by CodeRabbit
WalkthroughAdded the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The linked issue must be assigned to the PR author. |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3787 +/- ##
=======================================
Coverage 90.26% 90.26%
=======================================
Files 463 463
Lines 14418 14418
Branches 1934 1934
=======================================
Hits 13014 13014
Misses 987 987
Partials 417 417
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|



Fixes #3751
Summary
Added
rel="noopener noreferrer"to footer links usingtarget="_blank".Why
Prevents tab-napping attacks and aligns with the security fix in #3669.
Testing