[Webkit-unassigned] [Bug 168571] [SOUP] Call SoupNetworkSession::setShouldIgnoreTLSErrors when testRunner.setAllowsAnySSLCertificate() is called

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 19 09:24:57 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=168571

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #302074|review?                     |review+
              Flags|                            |

--- Comment #2 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 302074
  --> https://bugs.webkit.org/attachment.cgi?id=302074
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=302074&action=review

> Source/WebCore/testing/InternalSettings.cpp:768
>      Settings::setAllowsAnySSLCertificate(allowsAnyCertificate);
> +#if USE(SOUP)
> +    SoupNetworkSession::setShouldIgnoreTLSErrors(allowsAnyCertificate);
> +#endif

Why is this the right place? Why not in Settings::setAllowsAnySSLCertificate?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170219/e332c6e3/attachment.html>


More information about the webkit-unassigned mailing list