You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Richard Mott (JIRA)" <ji...@apache.org> on 2017/08/23 17:18:01 UTC

[jira] [Commented] (CB-11936) Support four new App Transport Security (ATS) keys

    [ https://issues.apache.org/jira/browse/CB-11936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16138670#comment-16138670 ] 

Richard Mott commented on CB-11936:
-----------------------------------

The Media <key> name is wrong. Should be
        key>NSAllowsArbitraryLoadsForMedia</key>
_(Not NSAllowsArbitraryLoadsInMedia)_
So, media streaming is not working in our Cordova app on IOS. 
See the note in Apple Docs
_"Note: There are two “allows arbitrary loads” keys and they employ different naming patterns. Take care to use …ForMedia and …InWebContent correctly."_

> Support four new App Transport Security (ATS) keys
> --------------------------------------------------
>
>                 Key: CB-11936
>                 URL: https://issues.apache.org/jira/browse/CB-11936
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-common, cordova-ios
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>
> https://forums.developer.apple.com/thread/6767
> NSAllowsArbitraryLoadsInWebContent (defaults to NO)
> NSRequiresCertificateTransparency (defaults to NO)
> NSAllowsLocalNetworking (defaults to NO)
> NSAllowsArbitraryLoadsInMedia (defaults to NO)
> NSRequiresCertificateTransparency is not top level, but is under NSExceptionDomains
> 1. Add this feature to the iOS platform
> 2. Add new attribute parsing to ConfigParser in CordovaCommon
> 3. Add docs for new attributes



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org