alloy: Fix OnCertificateError callback for requests redirected to HTTPS (fixes issue #3364)

This change also adds initial unit test coverage for OnCertificateError (see issue #3148).
This commit is contained in:
Marshall Greenblatt
2022-08-08 18:00:16 -04:00
parent 3b90a084b4
commit ecb29b7fa5
3 changed files with 541 additions and 5 deletions

View File

@@ -465,6 +465,7 @@
'ceftests_sources_common': [
'tests/ceftests/audio_output_unittest.cc',
'tests/ceftests/browser_info_map_unittest.cc',
'tests/ceftests/certificate_error_unittest.cc',
'tests/ceftests/command_line_unittest.cc',
'tests/ceftests/cookie_unittest.cc',
'tests/ceftests/cors_unittest.cc',