Skip to content

Directive: manifest src

Ryan Parman edited this page Jun 14, 2024 · 6 revisions

Overview

The manifest-src directive specifies which Web app manifests can be applied to the resource.

Affects: Web app manifests

Required reading:

Usage examples

Accepts one or more schemes or hosts, the 'self' keyword, or the 'none' keyword.

manifest-src 'none'
manifest-src 'self'
manifest-src example.com
manifest-src example.com example.org
manifest-src https://*.example.com
manifest-src https:

Fallbacks

manifest-src will fallback to default-src if it is undefined.

Possible errors

  • CSP-0100 — [ERROR] directive %s has an invalid value %s

For developers

ABNF (CSP3)

directive-name  = "manifest-src"
directive-value = serialized-source-list

See ABNF: serialized-source-list

Type

References

Clone this wiki locally