Get advanced security protections with Chrome Enterprise Premium. Learn more.

Filters and search
Any Platform
Chrome 134
  • Chrome 135 (Beta)

  • Chrome 134

  • Chrome 133

  • Chrome 132

  • Chrome 131

  • Chrome 130

  • Chrome 129

  • Chrome 128

  • Chrome 127

  • Chrome 126

  • Chrome 125

  • Chrome 124

Class management tools Settings
Content settings
Gaia user identity management settings
Microsoft® Active Directory® management settings
Miscellaneous

deprecated
CertificateTransparencyEnforcementDisabledForLegacyCas

Disable Certificate Transparency enforcement for a list of Legacy Certificate Authorities

Supported on:

  • Google Chrome (Linux, Mac, Windows) from version 67 to version 127
  • Google ChromeOS (Google ChromeOS) from version 67 to version 127
  • Google Chrome (Android) from version 67 to version 127
  • Description:

    Setting the policy turns off enforcement of Certificate Transparency disclosure requirements for a list of Legacy Certificate Authorities (CA) for certificate chains with a specified subjectPublicKeyInfo hash. Enterprise hosts can keep using certificates that otherwise wouldn't be trusted (because they weren't properly publicly disclosed). To turn off enforcement, the subjectPublicKeyInfo hash must appear in a CA certificate recognized as a Legacy CA. A Legacy CA is publicly trusted by one or more operating systems supported by Google Chrome, but not Android Open Source Project or Google ChromeOS.

    Specify a subjectPublicKeyInfo hash by linking the hash algorithm name, a slash and the Base64 encoding of that hash algorithm applied to the DER-encoded subjectPublicKeyInfo of the specified certificate. Base64 encoding format matches that of an SPKI Fingerprint. The only recognized hash algorithm is sha256; others are ignored.

    Leaving the policy unset means that if certificates requiring disclosure through Certificate Transparency aren't disclosed, then Google Chrome doesn't trust those certificates.

    This policy was removed in Google Chrome version 128.

    Supported features:

    • Dynamic Policy Refresh : Yes
    • Per Profile : Yes

    Data type:

    List of strings Android:string

    Windows registry location:

    Software\Policies\Google\Chrome\CertificateTransparencyEnforcementDisabledForLegacyCas
    Copied to clipboard

    Mac/Linux preference name:

    CertificateTransparencyEnforcementDisabledForLegacyCas
    Copied to clipboard

    Android restriction name:

    CertificateTransparencyEnforcementDisabledForLegacyCas
    Copied to clipboard

    Example value (Windows):

    Software\Policies\Google\Chrome\CertificateTransparencyEnforcementDisabledForLegacyCas\1 = sha256/AAAAAAAAAAAAAAAAAAAAAA==
    Software\Policies\Google\Chrome\CertificateTransparencyEnforcementDisabledForLegacyCas\2 = sha256//////////////////////w==
    Copied to clipboard

    Example value (ChromeOS with Active Directory management):

    line 1 = sha256/AAAAAAAAAAAAAAAAAAAAAA==
    line 2 = sha256//////////////////////w==
    Copied to clipboard

    Example value (Linux):

    [
     "sha256/AAAAAAAAAAAAAAAAAAAAAA==",
     "sha256//////////////////////w=="
    ]
    Copied to clipboard

    Example value (Android):

    [
     "sha256/AAAAAAAAAAAAAAAAAAAAAA==",
     "sha256//////////////////////w=="
    ]
    Copied to clipboard

    Example value (Mac):

    <array>
    <string>sha256/AAAAAAAAAAAAAAAAAAAAAA==</string>
    <string>sha256//////////////////////w==</string>
    </array>
    Copied to clipboard

    More policies under Miscellaneous