summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-08-25 15:37:38 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-08-25 15:37:38 -0500
commite05f8ca2c8b909faa6d5ae6c56dc6237ef3c87b6 (patch)
treefa98f7cd89f2567cecaf8ab8d29f46212db2292b
parentb37ef802ce0eaf556916ae292bd76afa0b1fc73e (diff)
downloadepiphany-e05f8ca2c8b909faa6d5ae6c56dc6237ef3c87b6.tar.gz
embed-prefs: don't customize allow-top-navigation-to-data-urls
This was added in https://gitlab.gnome.org/GNOME/epiphany/-/commit/cba76bc107e26de853571fde16b240f88dd3d8b6. It's no longer needed with the version of WebKitGTK we already require (2.29.3) so we can remove it.
-rw-r--r--embed/ephy-embed-prefs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
index 0b5530913..312089768 100644
--- a/embed/ephy-embed-prefs.c
+++ b/embed/ephy-embed-prefs.c
@@ -567,9 +567,6 @@ ephy_embed_prefs_init (gpointer user_data)
"enable-developer-extras", TRUE,
"enable-dns-prefetching", TRUE,
"enable-plugins", FALSE,
-#if WEBKIT_CHECK_VERSION (2, 27, 90) && !WEBKIT_CHECK_VERSION (2, 30, 0)
- "allow-top-navigation-to-data-urls", FALSE,
-#endif
NULL);
for (i = 0; i < G_N_ELEMENTS (webkit_pref_entries); i++) {