[epiphany/mcatanzaro/cookies-prefs: 5/8] embed-prefs: no need to manually enable WebAudio or WebGL



commit a34a8159bdc0e96554bd3e8ae544790a6a87a1ce
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Jul 19 11:11:44 2020 -0500

    embed-prefs: no need to manually enable WebAudio or WebGL
    
    If the user is updating Epiphany ahead of WebKit... well, they probably
    have hundreds of unfixed CVEs, so no need to worry about them losing
    WebAudio or WebGL.

 embed/ephy-embed-prefs.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
index a34c64e49..6982fdd1f 100644
--- a/embed/ephy-embed-prefs.c
+++ b/embed/ephy-embed-prefs.c
@@ -543,8 +543,6 @@ ephy_embed_prefs_init (gpointer user_data)
                                                        "enable-developer-extras", TRUE,
                                                        "enable-dns-prefetching", TRUE,
                                                        "enable-plugins", FALSE,
-                                                       "enable-webaudio", TRUE, /* FIXME: 
https://bugs.webkit.org/show_bug.cgi?id=205334 */
-                                                       "enable-webgl", TRUE, /* FIXME: 
https://bugs.webkit.org/show_bug.cgi?id=205335 */
                                                        "javascript-can-open-windows-automatically", TRUE,
 #if WEBKIT_CHECK_VERSION (2, 27, 90) && !WEBKIT_CHECK_VERSION (2, 30, 0)
                                                        "allow-top-navigation-to-data-urls", FALSE,


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