Skip to content

Error: CSP 0402

Ryan Parman edited this page Jun 14, 2024 · 3 revisions

Overview

[ERROR] directive %s: URL %s is missing a SCHEME, which is required [CSP-0402]

For directives which are classified as reporting URIs, they MUST be valid URLs.

We use a URL parser which aligns with the WHATWG URL Living Standard (2023-05-24 snapshot). We use this to validate that the URL is, in fact, a URL. If not, this error will be returned.

This error is presented when the reporting-uri URL is missing a scheme (e.g., https://, wss://, webdav://).

Directives which may trigger this error

Clone this wiki locally