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

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

Issue 10830118: net: add codereview sites to HSTS preloaded. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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_BASE_TRANSPORT_SECURITY_STATE_STATIC_H_ 7 #ifndef NET_BASE_TRANSPORT_SECURITY_STATE_STATIC_H_
8 #define NET_BASE_TRANSPORT_SECURITY_STATE_STATIC_H_ 8 #define NET_BASE_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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 {17, true, "\004talk\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM } , 316 {17, true, "\004talk\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM } ,
317 {29, true, "\020hostedtalkgadget\006google\003com", true, kGooglePins, DOMAIN_ GOOGLE_COM }, 317 {29, true, "\020hostedtalkgadget\006google\003com", true, kGooglePins, DOMAIN_ GOOGLE_COM },
318 {17, true, "\004plus\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM } , 318 {17, true, "\004plus\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM } ,
319 {19, true, "\006script\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM }, 319 {19, true, "\006script\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
320 {20, true, "\006market\007android\003com", true, kGooglePins, DOMAIN_ANDROID_C OM }, 320 {20, true, "\006market\007android\003com", true, kGooglePins, DOMAIN_ANDROID_C OM },
321 {26, true, "\003ssl\020google-analytics\003com", true, kGooglePins, DOMAIN_GOO GLE_ANALYTICS_COM }, 321 {26, true, "\003ssl\020google-analytics\003com", true, kGooglePins, DOMAIN_GOO GLE_ANALYTICS_COM },
322 {18, true, "\005drive\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM }, 322 {18, true, "\005drive\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
323 {16, true, "\012googleplex\003com", true, kGooglePins, DOMAIN_GOOGLEPLEX_COM } , 323 {16, true, "\012googleplex\003com", true, kGooglePins, DOMAIN_GOOGLEPLEX_COM } ,
324 {19, true, "\006groups\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM }, 324 {19, true, "\006groups\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
325 {17, true, "\004apis\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM } , 325 {17, true, "\004apis\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM } ,
326 {32, true, "\022chromiumcodereview\007appspot\003com", true, kGooglePins, DOMA IN_APPSPOT_COM },
327 {24, true, "\012codereview\007appspot\003com", true, kGooglePins, DOMAIN_APPSP OT_COM },
326 {23, true, "\005chart\004apis\006google\003com", false, kGooglePins, DOMAIN_GO OGLE_COM }, 328 {23, true, "\005chart\004apis\006google\003com", false, kGooglePins, DOMAIN_GO OGLE_COM },
327 {11, true, "\005ytimg\003com", false, kGooglePins, DOMAIN_YTIMG_COM }, 329 {11, true, "\005ytimg\003com", false, kGooglePins, DOMAIN_YTIMG_COM },
328 {23, true, "\021googleusercontent\003com", false, kGooglePins, DOMAIN_GOOGLEUS ERCONTENT_COM }, 330 {23, true, "\021googleusercontent\003com", false, kGooglePins, DOMAIN_GOOGLEUS ERCONTENT_COM },
329 {13, true, "\007youtube\003com", false, kGooglePins, DOMAIN_YOUTUBE_COM }, 331 {13, true, "\007youtube\003com", false, kGooglePins, DOMAIN_YOUTUBE_COM },
330 {16, true, "\012googleapis\003com", false, kGooglePins, DOMAIN_GOOGLEAPIS_COM }, 332 {16, true, "\012googleapis\003com", false, kGooglePins, DOMAIN_GOOGLEAPIS_COM },
331 {22, true, "\020googleadservices\003com", false, kGooglePins, DOMAIN_GOOGLEADS ERVICES_COM }, 333 {22, true, "\020googleadservices\003com", false, kGooglePins, DOMAIN_GOOGLEADS ERVICES_COM },
332 {16, true, "\012googlecode\003com", false, kGooglePins, DOMAIN_GOOGLECODE_COM }, 334 {16, true, "\012googlecode\003com", false, kGooglePins, DOMAIN_GOOGLECODE_COM },
333 {13, true, "\007appspot\003com", false, kGooglePins, DOMAIN_APPSPOT_COM }, 335 {13, true, "\007appspot\003com", false, kGooglePins, DOMAIN_APPSPOT_COM },
334 {23, true, "\021googlesyndication\003com", false, kGooglePins, DOMAIN_GOOGLESY NDICATION_COM }, 336 {23, true, "\021googlesyndication\003com", false, kGooglePins, DOMAIN_GOOGLESY NDICATION_COM },
335 {17, true, "\013doubleclick\003net", false, kGooglePins, DOMAIN_DOUBLECLICK_NE T }, 337 {17, true, "\013doubleclick\003net", false, kGooglePins, DOMAIN_DOUBLECLICK_NE T },
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 {11, false, "\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, 437 {11, false, "\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM },
436 {16, false, "\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMAIL_COM }, 438 {16, false, "\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMAIL_COM },
437 {15, false, "\003www\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, 439 {15, false, "\003www\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM },
438 {20, false, "\003www\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMA IL_COM }, 440 {20, false, "\003www\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMA IL_COM },
439 {22, true, "\020google-analytics\003com", false, kGooglePins, DOMAIN_GOOGLE_AN ALYTICS_COM }, 441 {22, true, "\020google-analytics\003com", false, kGooglePins, DOMAIN_GOOGLE_AN ALYTICS_COM },
440 {18, true, "\014googlegroups\003com", false, kGooglePins, DOMAIN_GOOGLEGROUPS_ COM }, 442 {18, true, "\014googlegroups\003com", false, kGooglePins, DOMAIN_GOOGLEGROUPS_ COM },
441 }; 443 };
442 static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS); 444 static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS);
443 445
444 #endif // NET_BASE_TRANSPORT_SECURITY_STATE_STATIC_H_ 446 #endif // NET_BASE_TRANSPORT_SECURITY_STATE_STATIC_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698