[epiphany] Revert "Disable sandbox for the moment"



commit 9164c4396227493b75339e8e73560749f7549a16
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 2331ba992..9b4c1f712 100644
--- a/embed/ephy-embed-shell.c
+++ b/embed/ephy-embed-shell.c
@@ -841,13 +841,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_profile_dir (), TRUE);
   webkit_web_context_add_path_to_sandbox (priv->web_context, ephy_cache_dir (), TRUE);
   webkit_web_context_add_path_to_sandbox (priv->web_context, ephy_config_dir (), TRUE);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]