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

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

Issue 669813003: Update from chromium https://crrev.com/301725/ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
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 contains the HSTS preloaded list in a machine readable format. 5 // This file contains the HSTS preloaded list in a machine readable format.
6 6
7 // The top-level element is a dictionary with two keys: "pinsets" maps details 7 // The top-level element is a dictionary with two keys: "pinsets" maps details
8 // of certificate pinning to a name and "entries" contains the HSTS details for 8 // of certificate pinning to a name and "entries" contains the HSTS details for
9 // each host. 9 // each host.
10 // 10 //
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 "GeoTrustPrimary_G3", 170 "GeoTrustPrimary_G3",
171 "GeoTrustPrimary", 171 "GeoTrustPrimary",
172 "TheGoDaddyGroupClass2", 172 "TheGoDaddyGroupClass2",
173 "GoDaddyRoot_G2", 173 "GoDaddyRoot_G2",
174 "GoDaddySecure", 174 "GoDaddySecure",
175 "ThawtePremiumServer", 175 "ThawtePremiumServer",
176 "ThawtePrimaryRootCA_G2", 176 "ThawtePrimaryRootCA_G2",
177 "ThawtePrimaryRootCA_G3", 177 "ThawtePrimaryRootCA_G3",
178 "ThawtePrimaryRootCA" 178 "ThawtePrimaryRootCA"
179 ] 179 ]
180 },
181 {
182 "name": "facebook",
183 "static_spki_hashes": [
184 "SymantecClass3EVG3",
185 "DigiCertECCSecureServerCA",
186 "DigiCertEVRoot",
187 "FacebookBackup"
188 ]
180 } 189 }
181 ], 190 ],
182 191
183 "entries": [ 192 "entries": [
184 // Dummy entry to test certificate pinning. 193 // Dummy entry to test certificate pinning.
185 { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "te st" }, 194 { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "te st" },
186 195
187 // (*.)google.com, iff using SSL, must use an acceptable certificate. 196 // (*.)google.com, iff using SSL, must use an acceptable certificate.
188 { "name": "google.com", "include_subdomains": true, "pins": "google" }, 197 { "name": "google.com", "include_subdomains": true, "pins": "google" },
189 198
(...skipping 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after
1375 { "name": "onedot.nl", "include_subdomains": true, "mode": "force-https" }, 1384 { "name": "onedot.nl", "include_subdomains": true, "mode": "force-https" },
1376 { "name": "powerplannerapp.com", "include_subdomains": true, "mode": "force- https" }, 1385 { "name": "powerplannerapp.com", "include_subdomains": true, "mode": "force- https" },
1377 { "name": "ru-sprachstudio.ch", "include_subdomains": true, "mode": "force-h ttps" }, 1386 { "name": "ru-sprachstudio.ch", "include_subdomains": true, "mode": "force-h ttps" },
1378 { "name": "segu-info.com.ar", "include_subdomains": true, "mode": "force-htt ps" }, 1387 { "name": "segu-info.com.ar", "include_subdomains": true, "mode": "force-htt ps" },
1379 { "name": "slattery.co", "include_subdomains": true, "mode": "force-https" } , 1388 { "name": "slattery.co", "include_subdomains": true, "mode": "force-https" } ,
1380 { "name": "slidebatch.com", "include_subdomains": true, "mode": "force-https " }, 1389 { "name": "slidebatch.com", "include_subdomains": true, "mode": "force-https " },
1381 { "name": "smartship.co.jp", "include_subdomains": true, "mode": "force-http s" }, 1390 { "name": "smartship.co.jp", "include_subdomains": true, "mode": "force-http s" },
1382 { "name": "southside-crew.com", "include_subdomains": true, "mode": "force-h ttps" }, 1391 { "name": "southside-crew.com", "include_subdomains": true, "mode": "force-h ttps" },
1383 { "name": "tickopa.co.uk", "include_subdomains": true, "mode": "force-https" }, 1392 { "name": "tickopa.co.uk", "include_subdomains": true, "mode": "force-https" },
1384 { "name": "wieninternational.at", "include_subdomains": true, "mode": "force -https" }, 1393 { "name": "wieninternational.at", "include_subdomains": true, "mode": "force -https" },
1385 { "name": "fleximus.org", "include_subdomains": true, "mode": "force-https" } 1394 { "name": "fleximus.org", "include_subdomains": true, "mode": "force-https" },
1395
1396 // Facebook would like to have pinning enforced on (*.)facebook.com and
1397 // HSTS enforced on specific names. We can't (yet) represent that in JSON
1398 // So we're currently only applying pinning on the specific names.
1399 { "name": "facebook.com", "mode": "force-https", "pins": "facebook" },
1400 { "name": "www.facebook.com", "include_subdomains": true, "mode": "force-htt ps", "pins": "facebook" },
1401 { "name": "m.facebook.com", "include_subdomains": true, "mode": "force-https ", "pins": "facebook" },
1402 { "name": "tablet.facebook.com", "include_subdomains": true, "mode": "force- https", "pins": "facebook" },
1403 { "name": "secure.facebook.com", "include_subdomains": true, "mode": "force- https", "pins": "facebook" },
1404 { "name": "pixel.facebook.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "facebook" },
1405 { "name": "apps.facebook.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "facebook" },
1406 { "name": "upload.facebook.com", "include_subdomains": true, "mode": "force- https", "pins": "facebook" },
1407 { "name": "developers.facebook.com", "include_subdomains": true, "mode": "fo rce-https", "pins": "facebook" },
1408 { "name": "touch.facebook.com", "include_subdomains": true, "mode": "force-h ttps", "pins": "facebook" },
1409 { "name": "mbasic.facebook.com", "include_subdomains": true, "mode": "force- https", "pins": "facebook" },
1410 { "name": "code.facebook.com", "include_subdomains": true, "mode": "force-ht tps", "pins": "facebook" },
1411 { "name": "t.facebook.com", "include_subdomains": true, "mode": "force-https ", "pins": "facebook" },
1412 { "name": "mtouch.facebook.com", "include_subdomains": true, "mode": "force- https", "pins": "facebook" },
1413 { "name": "business.facebook.com", "include_subdomains": true, "mode": "forc e-https", "pins": "facebook" },
1414 { "name": "research.facebook.com", "include_subdomains": true, "mode": "forc e-https", "pins": "facebook" },
1415
1416 { "name": "0x0a.net", "include_subdomains": true, "mode": "force-https" },
1417 { "name": "animurecs.com", "include_subdomains": true, "mode": "force-https" },
1418 { "name": "arendburgers.nl", "include_subdomains": true, "mode": "force-http s" },
1419 { "name": "big-andy.co.uk", "include_subdomains": true, "mode": "force-https " },
1420 { "name": "bitgo.com", "include_subdomains": true, "mode": "force-https" },
1421 { "name": "buttercoin.com", "include_subdomains": true, "mode": "force-https " },
1422 { "name": "chainmonitor.com", "include_subdomains": true, "mode": "force-htt ps" },
1423 { "name": "coinapult.com", "include_subdomains": true, "mode": "force-https" },
1424 { "name": "comssa.org.au", "include_subdomains": true, "mode": "force-https" },
1425 { "name": "coursella.com", "include_subdomains": true, "mode": "force-https" },
1426 { "name": "crowdjuris.com", "include_subdomains": true, "mode": "force-https " },
1427 { "name": "curlybracket.co.uk", "include_subdomains": true, "mode": "force-h ttps" },
1428 { "name": "cyanogenmod.xxx", "include_subdomains": true, "mode": "force-http s" },
1429 { "name": "czbix.com", "include_subdomains": true, "mode": "force-https" },
1430 { "name": "dealcruiser.nl", "include_subdomains": true, "mode": "force-https " },
1431 { "name": "derevtsov.com", "include_subdomains": true, "mode": "force-https" },
1432 { "name": "dzlibs.io", "include_subdomains": true, "mode": "force-https" },
1433 { "name": "easysimplecrm.com", "include_subdomains": true, "mode": "force-ht tps" },
1434 { "name": "fralef.me", "include_subdomains": true, "mode": "force-https" },
1435 { "name": "glossopnorthendafc.co.uk", "include_subdomains": true, "mode": "f orce-https" },
1436 { "name": "gtraxapp.com", "include_subdomains": true, "mode": "force-https" },
1437 { "name": "hansvaneijsden.com", "include_subdomains": true, "mode": "force-h ttps" },
1438 { "name": "horseboners.xxx", "include_subdomains": true, "mode": "force-http s" },
1439 { "name": "horza.org", "include_subdomains": true, "mode": "force-https" },
1440 { "name": "iamcarrico.com", "include_subdomains": true, "mode": "force-https " },
1441 { "name": "kartonmodellbau.org", "include_subdomains": true, "mode": "force- https" },
1442 { "name": "keycdn.com", "include_subdomains": true, "mode": "force-https" },
1443 { "name": "komandakovalchuk.com", "include_subdomains": true, "mode": "force -https" },
1444 { "name": "kryptera.se", "include_subdomains": true, "mode": "force-https" } ,
1445 { "name": "lukonet.com", "include_subdomains": true, "mode": "force-https" } ,
1446 { "name": "meetfinch.com", "include_subdomains": true, "mode": "force-https" },
1447 { "name": "megaxchange.com", "include_subdomains": true, "mode": "force-http s" },
1448 { "name": "moriz.de", "include_subdomains": true, "mode": "force-https" },
1449 { "name": "myplaceonline.com", "include_subdomains": true, "mode": "force-ht tps" },
1450 { "name": "nectarleaf.com", "include_subdomains": true, "mode": "force-https " },
1451 { "name": "nos-oignons.net", "include_subdomains": true, "mode": "force-http s" },
1452 { "name": "phoenixlogan.com", "include_subdomains": true, "mode": "force-htt ps" },
1453 { "name": "redteam-pentesting.de", "include_subdomains": true, "mode": "forc e-https" },
1454 { "name": "roland.io", "include_subdomains": true, "mode": "force-https" },
1455 { "name": "servergno.me", "include_subdomains": true, "mode": "force-https" },
1456 { "name": "siriad.com", "include_subdomains": true, "mode": "force-https" },
1457 { "name": "smartcoin.com.br", "include_subdomains": true, "mode": "force-htt ps" },
1458 { "name": "spartantheatre.org", "include_subdomains": true, "mode": "force-h ttps" },
1459 { "name": "spencerbaer.com", "include_subdomains": true, "mode": "force-http s" },
1460 { "name": "stretchmyan.us", "include_subdomains": true, "mode": "force-https " },
1461 { "name": "taxsquirrel.com", "include_subdomains": true, "mode": "force-http s" },
1462 { "name": "techhipster.net", "include_subdomains": true, "mode": "force-http s" },
1463 { "name": "timtaubert.de", "include_subdomains": true, "mode": "force-https" },
1464 { "name": "tribut.de", "include_subdomains": true, "mode": "force-https" },
1465 { "name": "triop.se", "include_subdomains": true, "mode": "force-https" },
1466 { "name": "twentymilliseconds.com", "include_subdomains": true, "mode": "for ce-https" },
1467 { "name": "ukdefencejournal.org.uk", "include_subdomains": true, "mode": "fo rce-https" },
1468 { "name": "ukhas.net", "include_subdomains": true, "mode": "force-https" },
1469 { "name": "vpnzoom.com", "include_subdomains": true, "mode": "force-https" } ,
1470 { "name": "watsonhall.uk", "include_subdomains": true, "mode": "force-https" },
1471 { "name": "weblogzwolle.nl", "include_subdomains": true, "mode": "force-http s" },
1472 { "name": "ypart.eu", "include_subdomains": true, "mode": "force-https" }
1386 ], 1473 ],
1387 1474
1388 // |ReportUMAOnPinFailure| uses these to report which domain was associated 1475 // |ReportUMAOnPinFailure| uses these to report which domain was associated
1389 // with the public key pinning failure. 1476 // with the public key pinning failure.
1390 // 1477 //
1391 // DO NOT CHANGE THE ORDERING OF THESE NAMES OR REMOVE ANY OF THEM. Add new 1478 // DO NOT CHANGE THE ORDERING OF THESE NAMES OR REMOVE ANY OF THEM. Add new
1392 // domains at the END of the array. 1479 // domains at the END of the array.
1393 "domain_ids": [ 1480 "domain_ids": [
1394 "NOT_PINNED", 1481 "NOT_PINNED",
1395 "GOOGLE_COM", 1482 "GOOGLE_COM",
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
1636 "GOOGLE_VG", 1723 "GOOGLE_VG",
1637 "GOOGLE_VU", 1724 "GOOGLE_VU",
1638 "GOOGLE_WS", 1725 "GOOGLE_WS",
1639 "CHROMIUM_ORG", 1726 "CHROMIUM_ORG",
1640 "CRYPTO_CAT", 1727 "CRYPTO_CAT",
1641 "LAVABIT_COM", 1728 "LAVABIT_COM",
1642 "GOOGLETAGMANAGER_COM", 1729 "GOOGLETAGMANAGER_COM",
1643 "GOOGLETAGSERVICES_COM", 1730 "GOOGLETAGSERVICES_COM",
1644 "DROPBOX_COM", 1731 "DROPBOX_COM",
1645 "YOUTUBE_NOCOOKIE_COM", 1732 "YOUTUBE_NOCOOKIE_COM",
1646 "2MDN_NET" 1733 "2MDN_NET",
1734 "FACEBOOK_COM"
1647 ] 1735 ]
1648 } 1736 }
OLDNEW
« no previous file with comments | « net/http/transport_security_state_static.certs ('k') | net/http/transport_security_state_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698