In my application I have a WebView and I would like to be able to disable the security feature of not allowing ctx.getImageData
on a canvas where an image from the local (file://
url) machine was drawn.
There doesn't seem to be a method on the policy delegate to enable this. Now I could implement a server in my app to act like a proxy, but that seems like quite an overkill. How should I solve this?