We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f519aa + f829a90 commit e052519Copy full SHA for e052519
Sources/GoodNetworking/Models/Certificate.swift
@@ -16,7 +16,7 @@ import Foundation
16
/// - SSL pinning by validating certificates or public keys
17
/// - Trusting self-signed certificates
18
/// - Fallback to system trust evaluation
19
-public enum CertificateDisposition {
+public enum CertificateDisposition: Sendable {
20
21
/// Evaluate trust using the provided certificate(s).
22
///
0 commit comments