mirror of
https://review.haiku-os.org/haiku
synced 2025-01-21 13:54:49 +01:00
4849ab6c8b
When an HTTPS request uses an SSL certificate that OpenSSL considers untrusted, and the user decides to continue anyway, add the certificate to an exception list. Match certificates against this list and don't ask the user again if they are already there. Fixes #12004. Thanks to markh for the initial patch and peeking into the WebKit code!