Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open all external links in a separate window #2425

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

lpsinger
Copy link
Member

  • Also add noopener so that external links cannot communicate with the page via JavaScript.
  • Also suppress the eslint react/jsx-no-target-blank rule which suggests rel="noreferrer" which is only necessary for IE which has negligible market share.

- Also add `noopener` so that external links cannot communicate
  with the page via JavaScript.
- Also suppress the eslint react/jsx-no-target-blank rule which
  suggests `rel="noreferrer"` which is only necessary for IE which
  has negligible market share.
@dakota002 dakota002 merged commit bb79dac into nasa-gcn:main Jul 1, 2024
10 checks passed
@lpsinger lpsinger deleted the external-noopener-blank branch July 1, 2024 15:05
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.

2 participants