| Index: net/http/transport_security_state_static.json
|
| diff --git a/net/http/transport_security_state_static.json b/net/http/transport_security_state_static.json
|
| index 389d0cbb1d4e9839b0629a3c0cc08835f9a41b31..fade53eb36d27611b198dbc2f93757325218568b 100644
|
| --- a/net/http/transport_security_state_static.json
|
| +++ b/net/http/transport_security_state_static.json
|
| @@ -247,7 +247,7 @@
|
| // Dummy entries to test certificate pinning and expect-CT.
|
| { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "test" },
|
| { "name": "pinning-test.badssl.com", "include_subdomains": true, "pins": "test" },
|
| - { "name": "preloaded-expect-ct.badssl.com", "expect_ct": true, "expect_ct_report_uri": "https://report.badssl.com/expect-ct" },
|
| + { "name": "preloaded-expect-ct.badssl.com", "expect_ct": true, "expect_ct_report_uri": "https://clients3.google.com/ct_upload" },
|
| { "name": "preloaded-expect-staple.badssl.com", "expect_staple": true, "expect_staple_report_uri": "https://report.badssl.com/expect-staple" },
|
| { "name": "preloaded-expect-staple-include-subdomains.badssl.com", "expect_staple": true, "expect_staple_report_uri": "https://report.badssl.com/expect-staple", "include_subdomains_for_expect_staple": true },
|
|
|
|
|