Title: [177634] trunk/Source/WebKit2
Revision
177634
Author
[email protected]
Date
2014-12-22 10:15:39 -0800 (Mon, 22 Dec 2014)

Log Message

[GTK] another outdated comment
https://bugs.webkit.org/show_bug.cgi?id=139863

Patch by Michael Catanzaro <[email protected]> on 2014-12-22
Reviewed by Darin Adler.

Remove outdated comment. We nowadays block untrusted connections by
default.

* WebProcess/gtk/WebProcessMainGtk.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (177633 => 177634)


--- trunk/Source/WebKit2/ChangeLog	2014-12-22 17:39:09 UTC (rev 177633)
+++ trunk/Source/WebKit2/ChangeLog	2014-12-22 18:15:39 UTC (rev 177634)
@@ -1,3 +1,15 @@
+2014-12-22  Michael Catanzaro  <[email protected]>
+
+        [GTK] another outdated comment
+        https://bugs.webkit.org/show_bug.cgi?id=139863
+
+        Reviewed by Darin Adler.
+
+        Remove outdated comment. We nowadays block untrusted connections by
+        default.
+
+        * WebProcess/gtk/WebProcessMainGtk.cpp:
+
 2014-12-21  Eric Carlson  <[email protected]>
 
         [iOS] avoid WebVideoFullscreenManager crash

Modified: trunk/Source/WebKit2/WebProcess/gtk/WebProcessMainGtk.cpp (177633 => 177634)


--- trunk/Source/WebKit2/WebProcess/gtk/WebProcessMainGtk.cpp	2014-12-22 17:39:09 UTC (rev 177633)
+++ trunk/Source/WebKit2/WebProcess/gtk/WebProcessMainGtk.cpp	2014-12-22 18:15:39 UTC (rev 177634)
@@ -52,9 +52,6 @@
         bindtextdomain(GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR);
         bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
 
-        // Despite using system CAs to validate certificates we're
-        // accepting invalid certificates by default. New API will be
-        // added later to let client accept/discard invalid certificates.
         SoupNetworkSession::defaultSession().setSSLPolicy(SoupNetworkSession::SSLUseSystemCAFile);
         return true;
     }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to