[gnome-control-center] Revert "main: Disable SSLv3 because of POODLE"



commit 14356d652b1fd99322c8316a5fbf171332121661
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Mar 5 10:14:44 2015 -0600

    Revert "main: Disable SSLv3 because of POODLE"
    
    This reverts commit 38e7ea475a73e724ac6a02aa43807d4f77d378c8.
    
    Now that gnome-online-accounts uses WebKit2, we should not presume to
    know more about TLS security than WebKit. In WebKit1 this was our
    responsibility.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=745645

 shell/main.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/shell/main.c b/shell/main.c
index 2eec2f5..3bf139e 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -37,9 +37,6 @@ main (int argc, char **argv)
   GtkApplication *application;
   int status;
 
-  /* FIXME: remove this when GOA uses WebKit2 */
-  g_setenv("G_TLS_GNUTLS_PRIORITY", "NORMAL:%COMPAT:!VERS-SSL3.0", FALSE);
-
   bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
   bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
   textdomain (GETTEXT_PACKAGE);


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