[epiphany/mcatanzaro/allow-top-navigation-to-data-urls: 2/2] embed-prefs: don't customize allow-top-navigation-to-data-urls
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/mcatanzaro/allow-top-navigation-to-data-urls: 2/2] embed-prefs: don't customize allow-top-navigation-to-data-urls
- Date: Tue, 25 Aug 2020 20:39:28 +0000 (UTC)
commit e05f8ca2c8b909faa6d5ae6c56dc6237ef3c87b6
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Tue Aug 25 15:37:38 2020 -0500
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.
embed/ephy-embed-prefs.c | 3 ---
1 file changed, 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++) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]