All fetch directives fall back to
default-src
. That means, if a fetch directive is absent in the CSP header, the user agent will look for the default-src
directive.
See Fetch directives for a complete list.