GNOME Bugzilla – Bug 745645
Do not override WebKit's choice of GnuTLS priority string
Last modified: 2015-03-05 16:15:39 UTC
We don't need to do this anymore
Created attachment 298586 [details] [review] shell: Stop overriding WebKit's choice of GnuTLS priority string Now that g-o-a has been ported to WK2, we should let WebKit choose our insecurity (stet!) preferences rather than picking them ourselves.
Review of attachment 298586 [details] [review]: Thanks for keeping track of this, Michael. The patch is obviously correct. One minor nitpick. How about doing this as a revert of 38e7ea475a73e724ac6a02aa43807d4f77d378c8?
OK! The following fix has been pushed: 14356d6 Revert "main: Disable SSLv3 because of POODLE"
Created attachment 298651 [details] [review] 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.