Skip to content

Commit b0da931

Browse files
author
Kostas Karayannis
committed
Added facebook.com and its CDNs to ATS exceptions
1 parent 0ab4cfc commit b0da931

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

FacebookImagePicker/FacebookImagePicker/FacebookImagePicker-Info.plist

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,33 @@
3737
<string>Image Picker</string>
3838
<key>LSRequiresIPhoneOS</key>
3939
<true/>
40+
<key>NSAppTransportSecurity</key>
41+
<dict>
42+
<key>NSExceptionDomains</key>
43+
<dict>
44+
<key>akamaihd.net</key>
45+
<dict>
46+
<key>NSExceptionRequiresForwardSecrecy</key>
47+
<false/>
48+
<key>NSIncludesSubdomains</key>
49+
<true/>
50+
</dict>
51+
<key>facebook.com</key>
52+
<dict>
53+
<key>NSExceptionRequiresForwardSecrecy</key>
54+
<false/>
55+
<key>NSIncludesSubdomains</key>
56+
<true/>
57+
</dict>
58+
<key>fbcdn.net</key>
59+
<dict>
60+
<key>NSExceptionRequiresForwardSecrecy</key>
61+
<false/>
62+
<key>NSIncludesSubdomains</key>
63+
<true/>
64+
</dict>
65+
</dict>
66+
</dict>
4067
<key>UIMainStoryboardFile</key>
4168
<string>Main</string>
4269
<key>UIRequiredDeviceCapabilities</key>

0 commit comments

Comments
 (0)