summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-10-27 16:03:33 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-10-27 16:03:33 -0500
commit2586d83bd1ca3212fd14b67300698fc54147ac5e (patch)
tree45966911c301ad9a99263911fbd607ed8aca362c
parenta31ad7e3b3722af8dc0e52b8829029268de513d4 (diff)
downloadepiphany-mcatanzaro/tls-errors.tar.gz
embed-shell: stop setting TLS errors policymcatanzaro/tls-errors
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 */