Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Side by Side Diff: net/http/transport_security_state_static.h

Issue 294733002: Require HTTPS for crbug.com. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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_
OLDNEW
« no previous file with comments | « no previous file | net/http/transport_security_state_static.json » ('j') | net/http/transport_security_state_static.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698