The HTTP Content-Security-Policy
(CSP) frame-src
directive specifies valid sources for nested browsing contexts loading using elements such as <frame>
and <iframe>
.
CSP version | 1 |
---|---|
Directive type | Fetch directive |
Fallback | If this directive is absent, the user agent will look for the child-src directive (which falls back to the default-src directive). |