Skip to content

External links using target="_blank" should include rel="noopener" #184

Description

@vaishnavi192

The adoptions.html shortcode opens external links using target="_blank" but does not include a rel attribute. Opening external links with target="_blank" without rel="noopener" can expose the originating page through window.opener.

Proposed change

Update the link to include rel="noopener"
This is a small security hardening change and should not affect the user-facing behavior of the links

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