You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing a strange issue manifesting itself with Android M Native WebView. No matter how I set the Content Security Policy, when attempting to get a media stream, I end up with the following error:
Refused to load media from 'blob:file%3A///8b0456e0-6888-4a08-8872-b0282c41c672' because it violates the following Content Security Policy directive: "media-src *".
I have tried setting my media-src directive any number of ways without success. This same code works fine with crosswalk.
Anyone else ran into this?
The text was updated successfully, but these errors were encountered:
Certainly sounds like a webview bug. Probably the best way to get the bug filed with the team would be to provide a small test page that reproduces the issue. If you're able to do that, I can file a bug on crbug.com
I am seeing a strange issue manifesting itself with Android M Native WebView. No matter how I set the Content Security Policy, when attempting to get a media stream, I end up with the following error:
Refused to load media from 'blob:file%3A///8b0456e0-6888-4a08-8872-b0282c41c672' because it violates the following Content Security Policy directive: "media-src *".
I have tried setting my media-src directive any number of ways without success. This same code works fine with crosswalk.
Anyone else ran into this?
The text was updated successfully, but these errors were encountered: