:right-sidebar: True TLSErrorsPolicy =================================================================== .. currentmodule:: gi.repository.WebKit .. class:: TLSErrorsPolicy :no-contents-entry: Enum values used to denote the TLS errors policy. Fields ------ .. rst-class:: interim-class .. class:: TLSErrorsPolicy :no-index: .. attribute:: FAIL TLS errors will emit :obj:`~gi.repository.WebKit.WebView`::load-failed-with-tls-errors and, if the signal is handled, finish the load. In case the signal is not handled, :obj:`~gi.repository.WebKit.WebView`::load-failed is emitted before the load finishes. .. attribute:: IGNORE Ignore TLS errors.