-
Notifications
You must be signed in to change notification settings - Fork 27.5k
Conversation
Thanks for the PR!
If you need to make changes to your pull request, you can update the commit with Thanks again for your help! |
You can override this yourself, in the meantime, inside a |
thanks, this is what i have done. |
I'm sorry, but I wasn't able to verify your CLA signature. CLA signature is required for any code contributions to AngularJS. Please sign our CLA and ensure that the CLA signature email address and the email address in this PR's commits match. If you signed the CLA as a corporation, please let me know the company's name. Thanks a bunch! PS: If you signed the CLA in the past then most likely the email addresses don't match. Please sign the CLA again or update the email address in the commit of this PR. |
I thought I had signed it, I have done it again in any case, |
Has anything changed with this PR in the last month? The workaround described works fine but it seems like a reasonable new default. |
Urls created using URL.createObjectURL were previously blocked and marked as unsafe
I have changed the commit to fix the typo. |
+1 this would be nice |
would love to see this in the release. |
+1 |
@mcfedr I reimplemented this one because your PR was too stale and didn't contain tests. thanks for bringing this to our attention though. |
phonegap on android can have images on "content://..." so it would perhaps be a good idea to add content in the whitelist aswell. |
Urls created using URL.createObjectURL are currently marked unsafe, lets fix this.
see #3889