[epiphany/gnome-3-34] Revert "Disable sandbox for the moment"
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/gnome-3-34] Revert "Disable sandbox for the moment"
- Date: Thu, 13 Feb 2020 20:30:26 +0000 (UTC)
commit 9de15ec9d9abc5f910263dfc683f23da54ab3545
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Thu Feb 13 14:24:04 2020 -0600
Revert "Disable sandbox for the moment"
This reverts commit 5cccff5234488631e8be6ace1ea5ddaceedd8d19.
I'm working on the problems we discovered.
embed/ephy-embed-shell.c | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
---
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c
index 64683f7ee..7116abb72 100644
--- a/embed/ephy-embed-shell.c
+++ b/embed/ephy-embed-shell.c
@@ -1150,13 +1150,7 @@ ephy_embed_shell_startup (GApplication *application)
webkit_web_context_set_process_model (priv->web_context,
WEBKIT_PROCESS_MODEL_MULTIPLE_SECONDARY_PROCESSES);
- /* Disable sandbox for the moment until:
- * - printing: https://bugs.webkit.org/show_bug.cgi?id=202363
- * - local browsing: https://bugs.webkit.org/show_bug.cgi?id=202071
- * - leaking sockets: https://bugs.webkit.org/show_bug.cgi?id=201771
- * are fixed.
- */
- webkit_web_context_set_sandbox_enabled (priv->web_context, FALSE);
+ webkit_web_context_set_sandbox_enabled (priv->web_context, TRUE);
webkit_web_context_add_path_to_sandbox (priv->web_context, ephy_file_tmp_dir (), TRUE);
webkit_web_context_add_path_to_sandbox (priv->web_context, ephy_profile_dir (), TRUE);
webkit_web_context_add_path_to_sandbox (priv->web_context, ephy_cache_dir (), TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]