Content-Security-Policy object-src blob Content-Security-Policy object-src blob google-chrome google-chrome

Content-Security-Policy object-src blob


The spec compliant answer is object-src 'self' blob:

blob: should only match blob: explicitly, and not 'self' or *. This is a bug in Chrome, and was recently fixed in Firefox 40.


For Chrome 47.0.2526.73:

default-src blob:;

worked for me