]> git.saurik.com Git - apple/security.git/blob - protocol/test_data/example1.json
Security-59306.11.20.tar.gz
[apple/security.git] / protocol / test_data / example1.json
1 {
2 "NSAllowsArbitraryLoads": false,
3 "NSAllowsArbitraryLoadsForMedia": false,
4 "NSAllowsArbitraryLoadsInWebContent": false,
5 "NSAllowsLocalNetworking": false,
6 "NSExceptionDomains": {
7 "apple.com": {
8 "NSIncludesSubdomains": true,
9 "NSExceptionAllowsInsecureHTTPLoads": true,
10 "NSExceptionMinimumTLSVersion": "TLSv1.2",
11 "NSExceptionRequiresForwardSecrecy": false
12 },
13 "ls.apple.com": {
14 "NSIncludesSubdomains": true,
15 "NSExceptionAllowsInsecureHTTPLoads": true,
16 "NSExceptionMinimumTLSVersion": "TLSv1.0",
17 "NSExceptionRequiresForwardSecrecy": false
18 },
19 "gs.apple.com": {
20 "NSIncludesSubdomains": true,
21 "NSExceptionAllowsInsecureHTTPLoads": true,
22 "NSExceptionMinimumTLSVersion": "TLSv1.0",
23 "NSExceptionRequiresForwardSecrecy": false
24 },
25 "geo.apple.com": {
26 "NSIncludesSubdomains": true,
27 "NSExceptionAllowsInsecureHTTPLoads": true,
28 "NSExceptionMinimumTLSVersion": "TLSv1.0",
29 "NSExceptionRequiresForwardSecrecy": false
30 },
31 "is.autonavi.com": {
32 "NSIncludesSubdomains": true,
33 "NSExceptionAllowsInsecureHTTPLoads": true,
34 "NSExceptionMinimumTLSVersion": "TLSv1.0",
35 "NSExceptionRequiresForwardSecrecy": false
36 },
37 "apple-mapkit.com": {
38 "NSIncludesSubdomains": true,
39 "NSExceptionAllowsInsecureHTTPLoads": true,
40 "NSExceptionMinimumTLSVersion": "TLSv1.0",
41 "NSExceptionRequiresForwardSecrecy": false
42 },
43 "setup.icloud.com": {
44 "NSIncludesSubdomains": true,
45 "NSExceptionAllowsInsecureHTTPLoads": true,
46 "NSExceptionMinimumTLSVersion": "TLSv1.2",
47 "NSExceptionRequiresForwardSecrecy": false
48 }
49 }
50 }