Enumeration
WebKit2TLSErrorsPolicy
Members
WEBKIT_TLS_ERRORS_POLICY_IGNORE- 
            
Ignore TLS errors.
- Value: 
0 - Nickname: 
ignore - Available since: 4.1
 
 - Value: 
 WEBKIT_TLS_ERRORS_POLICY_FAIL- 
            
TLS errors will emit
WebKitWebView::load-failed-with-tls-errorsand, if the signal is handled, finish the load. In case the signal is not handled,WebKitWebView::load-failedis emitted before the load finishes.- Value: 
1 - Nickname: 
fail - Available since: 4.1
 
 - Value: