diff --git a/Document/0x06g-Testing-Network-Communication.md b/Document/0x06g-Testing-Network-Communication.md index 319fb86909..a2d3fe9f13 100644 --- a/Document/0x06g-Testing-Network-Communication.md +++ b/Document/0x06g-Testing-Network-Communication.md @@ -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 {