In my application, I have a WebView, and I would like to disable the security function, not allowing ctx.getImageDataon the canvas where the image was drawn from the local ( file://url) machine.
To enable this setting, the policy delegate does not seem to exist. Now I can implement the server in my application to act as a proxy server, but this seems like an unnecessary one. How do i solve this?
source
share