By default, iOS does not enforce Certificate Transparency for HTTPS connections.
Since iOS 10, Apple introduced a new ATS config key, NSRequiresCertificateTransparency. By default this is NO, and if a developer wants to enable CT checks, he can turn it to YES. However, this key is present at the "NSExceptionDomains" level and applies to only specific domains listed as exception domains.
Is there a way I can make the OS enforce CT checks for ALL domains, without listing each one manually as exception domains (and thus forgetting some of them)?