Skip to content

What does it mean to alias a policy from a CSP list? #207

@bzbarsky

Description

@bzbarsky

https://w3c.github.io/webappsec-csp/#initialize-document-csp talks about aliasing policies from opener/parent documents.

But as far as I can tell, policies are immutable, really. What can mutate is the "CSP list" of the document. For example, https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-content-security-policy calls https://w3c.github.io/webappsec-csp/#enforced which just inserts the policy into the CSP list. So what does it mean to alias things when initializing the document's CSP?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions