default-srcFallback for fetch directives that are not otherwise set.
script-srcSources for JavaScript (and other script-like) execution.
No sources yet. The directive will fall back to default-src.
Remember to forward the nonce to your <script nonce=…> tags. script-src-elemSources allowed for <script> elements.
No sources yet. The directive will fall back to default-src.
Remember to forward the nonce to your <script nonce=…> tags. script-src-attrSources allowed for inline event handlers like onclick.
No sources yet. The directive will fall back to default-src.
Remember to forward the nonce to your <script nonce=…> tags. style-srcSources for stylesheets — <style>, <link rel=stylesheet>, etc.
No sources yet. The directive will fall back to default-src.
Remember to forward the nonce to your <script nonce=…> tags. style-src-elemSources allowed for <style> and <link rel=stylesheet>.
No sources yet. The directive will fall back to default-src.
Remember to forward the nonce to your <script nonce=…> tags. style-src-attrSources allowed for inline style attributes.
No sources yet. The directive will fall back to default-src.
Remember to forward the nonce to your <script nonce=…> tags. img-srcSources for images, including favicons and srcset.
No sources yet. The directive will fall back to default-src.
font-srcSources for fonts loaded via @font-face.
No sources yet. The directive will fall back to default-src.
connect-srcEndpoints reachable via fetch, XHR, WebSocket, EventSource.
No sources yet. The directive will fall back to default-src.
media-srcSources for <audio>, <video> and <track>.
No sources yet. The directive will fall back to default-src.
object-srcSources for <object>, <embed> and <applet>. Use 'none'.
child-srcSources for web workers and nested frames. Replaced by worker-src + frame-src.
No sources yet. The directive will fall back to default-src.
frame-srcSources permitted inside <frame> and <iframe>.
No sources yet. The directive will fall back to default-src.
worker-srcSources for Worker, SharedWorker and ServiceWorker scripts.
No sources yet. The directive will fall back to default-src.
manifest-srcSources for the application manifest file.
No sources yet. The directive will fall back to default-src.
prefetch-srcSources for prefetched / prerendered resources (deprecated).
No sources yet. The directive will fall back to default-src.