summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-10-27 16:03:33 -0500
committerJan-Michael Brummer <jan.brummer@tabos.org>2020-10-28 19:01:08 +0000
commit701aa05d70bb206cee67bfc9e834784f88000a30 (patch)
tree19e29e48c8dae9e4abfa359d54baa57afd857618
parente7471705a2540a2d164f2358ef8ea47b888776fd (diff)
downloadepiphany-701aa05d70bb206cee67bfc9e834784f88000a30.tar.gz
embed-shell: stop setting TLS errors policy
This API is deprecated in 2.32, and it hasn't been needed since 2.6.something since FAIL is now default, so we can drop it.
-rw-r--r--embed/ephy-embed-shell.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c
index c2881ffbb..278cdefd8 100644
--- a/embed/ephy-embed-shell.c
+++ b/embed/ephy-embed-shell.c
@@ -900,9 +900,6 @@ ephy_embed_shell_startup (GApplication *application)
/* Favicon Database */
favicon_db_path = g_build_filename (ephy_cache_dir (), "icondatabase", NULL);
webkit_web_context_set_favicon_database_directory (priv->web_context, favicon_db_path);
-
- /* Do not ignore TLS errors. */
- webkit_web_context_set_tls_errors_policy (priv->web_context, WEBKIT_TLS_ERRORS_POLICY_FAIL);
}
/* about: URIs handler */