Как включить проверку прозрачности сертификатов для всех доменов в конфигурации iOS ATS? ⇐ IOS
-
Anonymous
Как включить проверку прозрачности сертификатов для всех доменов в конфигурации iOS ATS?
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)?
Источник: https://stackoverflow.com/questions/452 ... ats-config
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)?
Источник: https://stackoverflow.com/questions/452 ... ats-config
Мобильная версия