WebKit2.TLSErrorsPolicy (original) (raw)
Enumeration
WebKit2TLSErrorsPolicy
Declaration
enum WebKit2.TLSErrorsPolicy
Description [src]
Enum values used to denote the TLS errors policy.
Members
WEBKIT_TLS_ERRORS_POLICY_IGNORE
Ignore TLS errors.
- Value:
0
- Nickname:
ignore
- Available since: 4.1
TLS errors will emitWebKitWebView::load-failed-with-tls-errors
and, if the signal is handled, finish the load. In case the signal is not handled,WebKitWebView::load-failed
is emitted before the load finishes.
- Value:
1
- Nickname:
fail
- Available since: 4.1