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.
1 parent 2f519aa commit f829a90Copy full SHA for f829a90
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