When using a content-security-policy and I try to follow a process in Chrome 41 (beta) using window.URL.createObjectURL I get an error like the following:
For Chrome 47.0.2526.73:
default-src * blob:;
worked for me