Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion library/swift/EngineBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ open class EngineBuilder: NSObject {
private var enableBrotli: Bool = false
private var enableInterfaceBinding: Bool = false
private var enforceTrustChainVerification: Bool = true
private var enablePlatformCertificateValidation: Bool = true
private var enablePlatformCertificateValidation: Bool = false
private var enableDrainPostDnsRefresh: Bool = false
private var forceIPv6: Bool = false
private var h2ConnectionKeepaliveIdleIntervalMilliseconds: UInt32 = 1
Expand Down