- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1
 
Directive: manifest src
        Ryan Parman edited this page Jun 14, 2024 
        ·
        6 revisions
      
    The manifest-src directive specifies which Web app manifests can be applied to the resource.
Affects: Web app manifests
Required reading:
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:
✅ manifest-src will fallback to default-src if it is undefined.
- 
CSP-0100 — [ERROR] directive 
%shas an invalid value%s 
ABNF (CSP3)
directive-name  = "manifest-src"
directive-value = serialized-source-listSee ABNF: serialized-source-list
- source-list in CSP2
 - serialized-source-list in CSP3
 
Content licensed under CC BY-SA.
- 🧪 Experimental, with limited support
 ⚠️ Important notes on usage- 🚫 Deprecated or obsolete
 
- base-uri
 - block-all-mixed-content 🚫
 - child-src
 - connect-src
 - default-src
 - fenced-frame-src 🧪
 - font-src
 - form-action
 - frame-ancestors
 - frame-src
 - img-src
 - manifest-src
 - media-src
 - navigate-to 🚫
 - object-src
 - plugin-types 🚫
 - prefetch-src 🚫
 - referrer 🚫
 - report-to 🧪
 - 
report-uri 
⚠️  - require-trusted-types-for 🧪
 - sandbox
 - script-src-attr
 - script-src-elem
 - script-src
 - style-src-attr
 - style-src-elem
 - style-src
 - trusted-types 🧪
 - upgrade-insecure-requests
 - webrtc
 - worker-src