Skip to content

Error: CSP 0802

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

Overview

[ERROR] directive child-src is deprecated; use frame-src and/or worker-src instead [CSP-0802]

If child-src is part of the CSP policy, this warning will be returned no matter what.

Usage of child-src should be replaced with frame-src for <frame> and <iframe>, and worker-src for usage of Web Workers.

Directives which may trigger this error

Clone this wiki locally