Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keyang/cordova-plugin-rhmap-ios9-tls
https://github.com/keyang/cordova-plugin-rhmap-ios9-tls
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/keyang/cordova-plugin-rhmap-ios9-tls
- Owner: Keyang
- Created: 2015-11-11T12:35:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T12:35:24.000Z (about 9 years ago)
- Last Synced: 2024-10-15T15:36:25.447Z (3 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RedHat Mobile Application Cordova Plugin for iOS9 TLS1.2 check
This plugin is a patch for iOS9 TLS1.2 check. It adds following value sets to Info.plist:
```xml
NSAllowsArbitraryLoads
NSExceptionDomains
feedhenry.net
NSExceptionAllowsInsecureHTTPLoads
NSIncludesSubdomains
NSExceptionMinimumTLSVersion
TLSv1.0
NSExceptionRequiresForwardSecrecy
feedhenry.com
NSExceptionAllowsInsecureHTTPLoads
NSIncludesSubdomains
NSExceptionMinimumTLSVersion
TLSv1.0
NSExceptionRequiresForwardSecrecy
```
This will allow app to access RHMAP without turning off all TLS checks on other domains.