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



commit 5c539469c8f891abbf6be2c72a7ea6d1f2309da0
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]