summaryrefslogtreecommitdiff
path: root/embed/ephy-embed-shell.c
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2019-11-29 13:07:48 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2019-11-29 13:07:48 -0600
commita6d4699ee1fd6293992e21e19af182c95342942b (patch)
treeb555983caa4ab6ec12bbc2d7ef465b8f02e80a79 /embed/ephy-embed-shell.c
parentc7017b2137f4d12a1bbe066b612345291ea88620 (diff)
downloadepiphany-a6d4699ee1fd6293992e21e19af182c95342942b.tar.gz
Disable PSON to avoid crashes
https://bugs.webkit.org/show_bug.cgi?id=204703
Diffstat (limited to 'embed/ephy-embed-shell.c')
-rw-r--r--embed/ephy-embed-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c
index d95409719..405471ef9 100644
--- a/embed/ephy-embed-shell.c
+++ b/embed/ephy-embed-shell.c
@@ -760,7 +760,7 @@ ephy_embed_shell_create_web_context (EphyEmbedShell *shell)
priv->web_context = g_object_new (WEBKIT_TYPE_WEB_CONTEXT,
"website-data-manager", manager,
- "process-swap-on-cross-site-navigation-enabled", TRUE,
+ "process-swap-on-cross-site-navigation-enabled", FALSE, /* FIXME: https://bugs.webkit.org/show_bug.cgi?id=204703 */
NULL);
if (priv->mode == EPHY_EMBED_SHELL_MODE_AUTOMATION)