w3c / media-source

Media Source Extensions
https://w3c.github.io/media-source/
Other
268 stars 58 forks source link

Refused to load media...? #217

Closed ghost closed 6 years ago

ghost commented 6 years ago

I am working on a project and the sound file does not work...dev tools while looking at the actual app says it wont load and results in a 404. When inspecting the actual file i get the following:

Refused to load media from 'https://raw.githubusercontent.com/JPMatlock/GifTastic/master/assets/sounds/adventuretime.mp3' because it violates the following Content Security Policy directive: "default-src 'none'". Note that 'media-src' was not explicitly set, so 'default-src' is used as a fallback.

this is not the case for another project I have completed and am wondering what the deal is. I am pretty new to all this , so I appreciate whatever I can get. Thanks!

jyavenard commented 6 years ago

this has nothing to do with MSE