Skip to content

External GitHub links in footer missing target/rel attributes #12

Description

@presidojay1

The "Source" column renders https://github.com/StellarTickets/* URLs through the internal Link component with no target="_blank" or rel="noopener noreferrer". External links should open in a new tab and avoid exposing window.opener to the destination page.

Suggested fix: For links whose href starts with http, render a plain <a target="_blank" rel="noopener noreferrer" href={link.href}> instead of the internal Link component.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions