Issue
I have an MCP app that loads audio. I noticed that themedia-src CSP is not getting set properly.
How to reproduce
Open the Electron/Chrome dev tools inspector and look at the meta tag in the iframe. Note that the resource domain is getting set for some CSP but not media source.
Expected Behavior
I expect my resource domains to get applied to all CSP attributes.
Platform

Issue
I have an MCP app that loads audio. I noticed that the
media-srcCSP is not getting set properly.How to reproduce
Open the Electron/Chrome dev tools inspector and look at the meta tag in the iframe. Note that the resource domain is getting set for some CSP but not media source.
Expected Behavior
I expect my resource domains to get applied to all CSP attributes.
Platform