Skip to content

Commit 7b0c52d

Browse files
authored
Merge 4f4dc20 into db877d7
2 parents db877d7 + 4f4dc20 commit 7b0c52d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CefSharp/Enums/CefErrorCode.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,5 +1464,12 @@ public enum CefErrorCode
14641464
/// Failed to resolve the hostname of a DNS-over-HTTPS server.
14651465
/// </summary>
14661466
DnsSecureResolverHostnameResolutionFailed = -808,
1467+
1468+
/// <summary>
1469+
/// DNS identified the request as disallowed for insecure connection (http/ws).
1470+
/// Error should be handled as if an HTTP redirect was received to redirect to
1471+
/// https or wss.
1472+
/// </summary>
1473+
DnsNameHttpsOnly = 809,
14671474
};
14681475
}

0 commit comments

Comments
 (0)