Skip to content

Commit

Permalink
Fix link (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpholguera authored Nov 25, 2021
1 parent cf22e19 commit 991fb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Document/0x06g-Testing-Network-Communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ATS restrictions can be disabled by configuring exceptions in the Info.plist fil
- disable PFS or
- allow connections to local domains.

ATS exceptions can be applied globally or per domain basis. The application can globally disable ATS, but opt in for individual domains. The following listing from Apple Developer documentation shows the structure of the `[NSAppTransportSecurity](https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/plist/info/NSAppTransportSecurity "API Reference NSAppTransportSecurity")` dictionary.
ATS exceptions can be applied globally or per domain basis. The application can globally disable ATS, but opt in for individual domains. The following listing from Apple Developer documentation shows the structure of the [`NSAppTransportSecurity`](https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/plist/info/NSAppTransportSecurity "API Reference NSAppTransportSecurity") dictionary.

```objectivec
NSAppTransportSecurity : Dictionary {
Expand Down

0 comments on commit 991fb38

Please sign in to comment.