Skip to content

Error: CSP 0401

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

Overview

[ERROR] directive %s: could not parse as a URL: %s [CSP-0401]

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 cannot be validated as a URL.

Directives which may trigger this error

Clone this wiki locally