From d4582a2374b6d8eed18c45340d5fdf3a42176e9a Mon Sep 17 00:00:00 2001 From: cpholguera Date: Thu, 25 Nov 2021 10:47:50 +0100 Subject: [PATCH] Fix link --- Document/0x06g-Testing-Network-Communication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {