mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / Settings Object / enable_net_security_expiration Property
In This Topic
    enable_net_security_expiration Property
    In This Topic
    Description

    Enabling this option improves network security but may cause HTTPS load failures when using CEF binaries built more than 10 weeks in the past.

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property enable_net_security_expiration As Long
    Remarks

    Set to true (1) to enable date-based expiration of built in network security information (i.e. certificate transparency logs, HSTS preloading and pinning information).

    Enabling this option improves network security but may cause HTTPS load failures when using CEF binaries built more than 10 weeks in the past.

    See https://www.certificate-transparency.org/ and https://www.chromium.org/hsts for details. Also configurable using the "enable-net-security-expiration" command-line switch.

    See Also