| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // This file is automatically generated by transport_security_state_static_gener
ate.go | 5 // This file is automatically generated by transport_security_state_static_gener
ate.go |
| 6 | 6 |
| 7 #ifndef NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ | 7 #ifndef NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ |
| 8 #define NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ | 8 #define NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ |
| 9 | 9 |
| 10 // These are SubjectPublicKeyInfo hashes for public key pinning. The | 10 // These are SubjectPublicKeyInfo hashes for public key pinning. The |
| (...skipping 963 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 974 {16, true, "\012harvestapp\003com", true, kNoPins, DOMAIN_NOT_PINNED }, | 974 {16, true, "\012harvestapp\003com", true, kNoPins, DOMAIN_NOT_PINNED }, |
| 975 {12, true, "\007anycoin\002me", true, kNoPins, DOMAIN_NOT_PINNED }, | 975 {12, true, "\007anycoin\002me", true, kNoPins, DOMAIN_NOT_PINNED }, |
| 976 {14, true, "\010noexpect\003org", true, kNoPins, DOMAIN_NOT_PINNED }, | 976 {14, true, "\010noexpect\003org", true, kNoPins, DOMAIN_NOT_PINNED }, |
| 977 {12, false, "\006airbnb\003com", true, kNoPins, DOMAIN_NOT_PINNED }, | 977 {12, false, "\006airbnb\003com", true, kNoPins, DOMAIN_NOT_PINNED }, |
| 978 {16, true, "\003www\006airbnb\003com", true, kNoPins, DOMAIN_NOT_PINNED }, | 978 {16, true, "\003www\006airbnb\003com", true, kNoPins, DOMAIN_NOT_PINNED }, |
| 979 {10, false, "\004usaa\003com", true, kNoPins, DOMAIN_NOT_PINNED }, | 979 {10, false, "\004usaa\003com", true, kNoPins, DOMAIN_NOT_PINNED }, |
| 980 {14, false, "\003www\004usaa\003com", true, kNoPins, DOMAIN_NOT_PINNED }, | 980 {14, false, "\003www\004usaa\003com", true, kNoPins, DOMAIN_NOT_PINNED }, |
| 981 {17, false, "\006mobile\004usaa\003com", true, kNoPins, DOMAIN_NOT_PINNED }, | 981 {17, false, "\006mobile\004usaa\003com", true, kNoPins, DOMAIN_NOT_PINNED }, |
| 982 {12, true, "\007subrosa\002io", true, kNoPins, DOMAIN_NOT_PINNED }, | 982 {12, true, "\007subrosa\002io", true, kNoPins, DOMAIN_NOT_PINNED }, |
| 983 {15, false, "\011detectify\003com", true, kNoPins, DOMAIN_NOT_PINNED }, | 983 {15, false, "\011detectify\003com", true, kNoPins, DOMAIN_NOT_PINNED }, |
| 984 {11, true, "\005crbug\003com", true, kNoPins, DOMAIN_NOT_PINNED }, |
| 984 }; | 985 }; |
| 985 static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS); | 986 static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS); |
| 986 | 987 |
| 987 static const struct HSTSPreload kPreloadedSNISTS[] = { | 988 static const struct HSTSPreload kPreloadedSNISTS[] = { |
| 988 {11, false, "\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, | 989 {11, false, "\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, |
| 989 {16, false, "\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMAIL_COM
}, | 990 {16, false, "\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMAIL_COM
}, |
| 990 {15, false, "\003www\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, | 991 {15, false, "\003www\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, |
| 991 {20, false, "\003www\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMA
IL_COM }, | 992 {20, false, "\003www\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMA
IL_COM }, |
| 992 {22, true, "\020google-analytics\003com", false, kGooglePins, DOMAIN_GOOGLE_AN
ALYTICS_COM }, | 993 {22, true, "\020google-analytics\003com", false, kGooglePins, DOMAIN_GOOGLE_AN
ALYTICS_COM }, |
| 993 {18, true, "\014googlegroups\003com", false, kGooglePins, DOMAIN_GOOGLEGROUPS_
COM }, | 994 {18, true, "\014googlegroups\003com", false, kGooglePins, DOMAIN_GOOGLEGROUPS_
COM }, |
| 994 {13, true, "\007mykolab\003com", true, kNoPins, DOMAIN_NOT_PINNED }, | 995 {13, true, "\007mykolab\003com", true, kNoPins, DOMAIN_NOT_PINNED }, |
| 995 {17, true, "\013semenkovich\003com", true, kNoPins, DOMAIN_NOT_PINNED }, | 996 {17, true, "\013semenkovich\003com", true, kNoPins, DOMAIN_NOT_PINNED }, |
| 996 }; | 997 }; |
| 997 static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS); | 998 static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS); |
| 998 | 999 |
| 999 #endif // NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ | 1000 #endif // NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ |
| OLD | NEW |