Skip to content

Missing cross-origin-resource-policy (CORP) #1251

@gainsley

Description

@gainsley

Cross origin resource policy is a security feature that instructs browsers not to render a static resource,
such as a JavaScript file, when it is embedded in a webpage on an untrusted origin. This control
protects against cross-site script inclusion attacks, as well as side-channel attacks like Spectre.

Recommendation:

For any static resources that are not intended to be embedded or loaded by webpages hosted on
different origins, add the response header Cross-Origin-Resource-Policy: same-origin. For any
resources intended for use on other subdomains of mobiledgex.net, add the response header CrossOrigin-Resource-Policy: same-site.

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