TLSErrorsPolicy#

class TLSErrorsPolicy#

Enum values used to denote the TLS errors policy.

Fields#

class TLSErrorsPolicy
FAIL#

TLS errors will emit WebView::load-failed-with-tls-errors and, if the signal is handled, finish the load. In case the signal is not handled, WebView::load-failed is emitted before the load finishes.

IGNORE#

Ignore TLS errors.