[
https://issues.apache.org/jira/browse/CB-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14162532#comment-14162532
]
ASF GitHub Bot commented on CB-2520:
------------------------------------
GitHub user khawkins opened a pull request:
https://github.com/apache/cordova-js/pull/84
Some user agent-related changes in support of CB-2520
Changes in correlation with the PR fix
[here](https://github.com/apache/cordova-ios/pull/112).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/khawkins/cordova-js CB-2520
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-js/pull/84.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #84
----
commit a7e31ebff5f9e3c70e2ecd2ca908bb9b71c738fe
Author: Kevin Hawkins <[email protected]>
Date: 2014-10-07T21:09:32Z
Some user agent-related changes in support of CB-2520
----
> iOS: "original" user agent needs to be overridable
> --------------------------------------------------
>
> Key: CB-2520
> URL: https://issues.apache.org/jira/browse/CB-2520
> Project: Apache Cordova
> Issue Type: New Feature
> Components: iOS
> Affects Versions: Master
> Reporter: Kevin Hawkins
> Labels: core
> Original Estimate: 8h
> Remaining Estimate: 8h
>
> Cordova's user agent management for iOS employs a scheme of setting a
> baseline "original" user agent, which by default conforms to the standard
> user agent a UIWebView would expose, and then optionally appending
> CDVViewController-specific data to it in the appropriate use cases, to manage
> whitelisting.
> Cordova shouldn't really care too much about the data that the original user
> agent exposes. I.e. it should be able to be overridden by a consumer, so
> that the consumer can supply its own user agent data. This is not
> technically possible with the current implementation of the CDVUserAgentUtil
> class, since it does not exist as a member of any instance class; it's truly
> static/global, so inheritance doesn't come into play.
> Even if an instance of CDVuserAgentUtil could be made a property of
> CDVViewController, or something else, it would be kind of weird for a
> consumer to inherit from what's essentially a static class, just to configure
> their own user agent data.
> There should be another mechanism for users to override the original user
> agent configuration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]