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

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

Issue 13390007: Adding preloaded pin and HSTS for Chrome Dev Tools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make the hostname char array large enough Created 7 years, 8 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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 {17, true, "\004plus\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM } , 399 {17, true, "\004plus\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM } ,
400 {25, true, "\004plus\007sandbox\006google\003com", true, kGooglePins, DOMAIN_G OOGLE_COM }, 400 {25, true, "\004plus\007sandbox\006google\003com", true, kGooglePins, DOMAIN_G OOGLE_COM },
401 {19, true, "\006script\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM }, 401 {19, true, "\006script\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
402 {20, true, "\007history\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_CO M }, 402 {20, true, "\007history\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_CO M },
403 {20, true, "\006market\007android\003com", true, kGooglePins, DOMAIN_ANDROID_C OM }, 403 {20, true, "\006market\007android\003com", true, kGooglePins, DOMAIN_ANDROID_C OM },
404 {26, true, "\003ssl\020google-analytics\003com", true, kGooglePins, DOMAIN_GOO GLE_ANALYTICS_COM }, 404 {26, true, "\003ssl\020google-analytics\003com", true, kGooglePins, DOMAIN_GOO GLE_ANALYTICS_COM },
405 {18, true, "\005drive\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM }, 405 {18, true, "\005drive\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
406 {16, true, "\012googleplex\003com", true, kGooglePins, DOMAIN_GOOGLEPLEX_COM } , 406 {16, true, "\012googleplex\003com", true, kGooglePins, DOMAIN_GOOGLEPLEX_COM } ,
407 {19, true, "\006groups\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM }, 407 {19, true, "\006groups\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
408 {17, true, "\004apis\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM } , 408 {17, true, "\004apis\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM } ,
409 {38, true, "\030chrome-devtools-frontend\007appspot\003com", true, kGooglePins , DOMAIN_APPSPOT_COM },
409 {32, true, "\022chromiumcodereview\007appspot\003com", true, kGooglePins, DOMA IN_APPSPOT_COM }, 410 {32, true, "\022chromiumcodereview\007appspot\003com", true, kGooglePins, DOMA IN_APPSPOT_COM },
410 {24, true, "\012codereview\007appspot\003com", true, kGooglePins, DOMAIN_APPSP OT_COM }, 411 {24, true, "\012codereview\007appspot\003com", true, kGooglePins, DOMAIN_APPSP OT_COM },
411 {25, true, "\012codereview\010chromium\003org", true, kGooglePins, DOMAIN_CHRO MIUM_ORG }, 412 {25, true, "\012codereview\010chromium\003org", true, kGooglePins, DOMAIN_CHRO MIUM_ORG },
412 {17, true, "\004code\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM } , 413 {17, true, "\004code\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM } ,
413 {16, true, "\012googlecode\003com", false, kGooglePins, DOMAIN_GOOGLECODE_COM }, 414 {16, true, "\012googlecode\003com", false, kGooglePins, DOMAIN_GOOGLECODE_COM },
414 {15, true, "\002dl\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM }, 415 {15, true, "\002dl\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
415 {23, true, "\005chart\004apis\006google\003com", false, kGooglePins, DOMAIN_GO OGLE_COM }, 416 {23, true, "\005chart\004apis\006google\003com", false, kGooglePins, DOMAIN_GO OGLE_COM },
416 {11, true, "\005ytimg\003com", false, kGooglePins, DOMAIN_YTIMG_COM }, 417 {11, true, "\005ytimg\003com", false, kGooglePins, DOMAIN_YTIMG_COM },
417 {23, true, "\021googleusercontent\003com", false, kGooglePins, DOMAIN_GOOGLEUS ERCONTENT_COM }, 418 {23, true, "\021googleusercontent\003com", false, kGooglePins, DOMAIN_GOOGLEUS ERCONTENT_COM },
418 {13, true, "\007youtube\003com", false, kGooglePins, DOMAIN_YOUTUBE_COM }, 419 {13, true, "\007youtube\003com", false, kGooglePins, DOMAIN_YOUTUBE_COM },
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 {11, false, "\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, 804 {11, false, "\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM },
804 {16, false, "\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMAIL_COM }, 805 {16, false, "\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMAIL_COM },
805 {15, false, "\003www\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, 806 {15, false, "\003www\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM },
806 {20, false, "\003www\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMA IL_COM }, 807 {20, false, "\003www\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMA IL_COM },
807 {22, true, "\020google-analytics\003com", false, kGooglePins, DOMAIN_GOOGLE_AN ALYTICS_COM }, 808 {22, true, "\020google-analytics\003com", false, kGooglePins, DOMAIN_GOOGLE_AN ALYTICS_COM },
808 {18, true, "\014googlegroups\003com", false, kGooglePins, DOMAIN_GOOGLEGROUPS_ COM }, 809 {18, true, "\014googlegroups\003com", false, kGooglePins, DOMAIN_GOOGLEGROUPS_ COM },
809 }; 810 };
810 static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS); 811 static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS);
811 812
812 #endif // NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ 813 #endif // NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698