Skip to content

Error: CSP 0801

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

Overview

[ERROR] directive block-all-mixed-content is obsolete; use upgrade-insecure-requests instead [CSP-0801]

If block-all-mixed-content is part of the CSP policy, this warning will be returned no matter what.

Remove block-all-mixed-content from your CSP policy. If your policy is missing upgrade-insecure-requests, that directive should be added instead.

Directives which may trigger this error

Clone this wiki locally