Related: https://issues.apache.org/jira/browse/CB-9329

>From the README: https://github.com/apache/cordova-plugin-whitelist

The Android whitelist supports <allow-navigation>, <allow-intent> and
<access>.
The iOS whitelist supports <allow-navigation> only currently.

The docs mention <access> SHOULD be supported, but CSP is the way to go.

Therefore <access> needs to be supported on iOS for native code requests
(see failing FileTransfer tests CB-9329) since CSP is only in the context
of the UIWebView. This is duplication of definitions unless we read the
meta tag from native and dynamically create the allowRequests whitelist
plugin.

<allow-intent> I think is the domain of the InAppBrowser plugin only
(window.open).

Am I missing anything?

Reply via email to