Cordova InAppBrowser override content security policy
I’m trying to inject a script to a an external page from an android Cordova app, but since the external page has a content security policy against eval, I can’t use the following script.
I’m trying to inject a script to a an external page from an android Cordova app, but since the external page has a content security policy against eval, I can’t use the following script.