Home > OS >  Refused to load media from 'blob:"blobfile" because it violates the following Content
Refused to load media from 'blob:"blobfile" because it violates the following Content

Time:11-08

I'm having problems get video, but before get pictures it's fine

my picenter image description here

and my vid

enter image description here

and my error in blob http://localhost:6081/a564e7f1-e954-4b48-bc1f-d57ab4d80ced ( video blob )

enter image description here

in ContentSecurityPolicy: im just adding media-src 'self';

CodePudding user response:

try to adding this in content security policy media-src 'self' data: blob: *;

  • Related