files/en-us/web/http/reference/headers/content-security-policy/fenced-frame-src/index.md
{{SeeCompatTable}}
The HTTP {{HTTPHeader("Content-Security-Policy")}} (CSP)
fenced-frame-src directive specifies valid sources for nested browsing contexts loaded into {{HTMLElement("fencedframe")}} elements.
Content-Security-Policy: fenced-frame-src <source-expression-list>;
<source-expression-list>
<host-source> value "https:"<scheme-source> value "https:""*"Given this CSP header:
Content-Security-Policy: fenced-frame-src https://example.com/
The following sources will not load in a fenced frame:
https://not-example.com/ (domain doesn't match)https://example.org/ (TLD doesn't match){{Specifications}}
{{Compat}}