A Content-Security-Policy can be on the set server and delivered in the HTTP header to the client. The Content-Security-Policy can also be set inline in the HTML in a <meta>
tag.
Example:
<meta http-equiv="Content-Security-Policy" content="default-src;">
Does the inline policy affect the policy set in the header?