https://github.com/keyang/cordova-plugin-rhmap-ios9-tls
https://github.com/keyang/cordova-plugin-rhmap-ios9-tls
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keyang/cordova-plugin-rhmap-ios9-tls
- Owner: Keyang
- Created: 2015-11-11T12:35:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T12:35:24.000Z (over 10 years ago)
- Last Synced: 2025-03-23T20:12:11.870Z (about 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- 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.