| Index: net/base/transport_security_state_static.json
|
| diff --git a/net/base/transport_security_state_static.json b/net/base/transport_security_state_static.json
|
| index c387cebb377e611817aef67ee8640bf7a078bb5c..9efd38a31ccf8fa726c3046ee4126120e933eae3 100644
|
| --- a/net/base/transport_security_state_static.json
|
| +++ b/net/base/transport_security_state_static.json
|
| @@ -123,6 +123,13 @@
|
| "UTNUSERFirstObject",
|
| "GTECyberTrustGlobalRoot"
|
| ]
|
| + },
|
| + {
|
| + "name": "tor2web",
|
| + "static_spki_hashes": [
|
| + "AlphaSSL_G2",
|
| + "Tor2web"
|
| + ]
|
| }
|
| ],
|
|
|
| @@ -259,6 +266,7 @@
|
| { "name": "braintreepayments.com", "mode": "force-https" },
|
| { "name": "www.braintreepayments.com", "mode": "force-https" },
|
| { "name": "emailprivacytester.com", "mode": "force-https" },
|
| + { "name": "tor2web.org", "include_subdomains": true, "pins": "tor2web" },
|
|
|
| // Entries that are only valid if the client supports SNI.
|
| { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": true },
|
|
|