Skip to content

Missing cross-origin opener policy (COOP) #1253

@gainsley

Description

@gainsley

The Cross-Origin-Opener-Policy (COOP) header allows developers to declare that loaded pages should
be process-isolated in browsers and allows references such as window.opener in the page that caused
resource loading (e.g., an iframe ancestor or pop-up window opener) to be null. This can prevent some
cross-origin side-channel attacks.

Recommendation:

Set Cross-Origin-Opener-Policy: same-origin on all responses, except on pages that specifically
require the window.opener property on other documents or that must be referred to using the
window.opener property.

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