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 db877d7 + 4f4dc20 commit 7b0c52dCopy full SHA for 7b0c52d
1 file changed
CefSharp/Enums/CefErrorCode.cs
@@ -1464,5 +1464,12 @@ public enum CefErrorCode
1464
/// Failed to resolve the hostname of a DNS-over-HTTPS server.
1465
/// </summary>
1466
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,
1474
};
1475
}
0 commit comments