Skip to content

fix(security): add rel=noopener noreferrer to footer external links - #639

Open
crazywriter1 wants to merge 1 commit into
inkonchain:mainfrom
crazywriter1:fix/footer-noopener-noreferrer
Open

fix(security): add rel=noopener noreferrer to footer external links#639
crazywriter1 wants to merge 1 commit into
inkonchain:mainfrom
crazywriter1:fix/footer-noopener-noreferrer

Conversation

@crazywriter1

Copy link
Copy Markdown
Contributor

Summary

  • Adds rel="noopener noreferrer" to the Privacy Notice and Terms of Service links in the footer, which open with target="_blank".

Why

External links opened in a new tab without rel="noopener noreferrer" can expose window.opener and create a tabnabbing risk. This aligns footer links with the site’s other external-link handling.

Test plan

  • Open any docs page and check the footer
  • Confirm Privacy Notice and Terms of Service still open correctly in a new tab
  • Confirm both anchors include rel="noopener noreferrer"

@crazywriter1
crazywriter1 requested a review from a team as a code owner August 12, 2026 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant