QWebEngineGlobalSettings — PyQt Documentation v6.9.0 (original) (raw)
PyQt6.QtWebEngineCore.QWebEngineGlobalSettings
Description¶
TODO
Classes¶
Enums¶
SecureDnsMode
This enum sets the DNS-over-HTTPS mode used by the DnsMode structure:
Member | Value | Description |
---|---|---|
SecureOnly | 2 | Enable DNS-over-HTTPS and only allow hosts to be resolved this way. DoH servers have to be provided through serverTemplates in the DnsMode structure. If the DNS-over-HTTPS resolution fails, there is no fallback and the DNS host resolution fails completely. |
SecureWithFallback | 1 | Enable DNS-over-HTTPS (DoH). DoH servers have to be provided through serverTemplates in the DnsMode structure. If a host cannot be resolved via the provided servers, the system DNS host resolution is used. |
SystemOnly | 0 | This is the default. Use the system DNS host resolution. |