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

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

Issue 619433002: Use a more compact HSTS representation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ... Created 6 years, 2 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
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 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1257 { "name": "prakharprasad.com", "include_subdomains": true, "mode": "force-ht tps" }, 1257 { "name": "prakharprasad.com", "include_subdomains": true, "mode": "force-ht tps" },
1258 { "name": "ravchat.com", "include_subdomains": true, "mode": "force-https" } , 1258 { "name": "ravchat.com", "include_subdomains": true, "mode": "force-https" } ,
1259 { "name": "sciencex.com", "include_subdomains": true, "mode": "force-https" }, 1259 { "name": "sciencex.com", "include_subdomains": true, "mode": "force-https" },
1260 { "name": "shiinko.com", "include_subdomains": true, "mode": "force-https" } , 1260 { "name": "shiinko.com", "include_subdomains": true, "mode": "force-https" } ,
1261 { "name": "spideroak.com", "include_subdomains": true, "mode": "force-https" }, 1261 { "name": "spideroak.com", "include_subdomains": true, "mode": "force-https" },
1262 { "name": "thorncreek.net", "include_subdomains": true, "mode": "force-https " }, 1262 { "name": "thorncreek.net", "include_subdomains": true, "mode": "force-https " },
1263 { "name": "tno.io", "include_subdomains": true, "mode": "force-https" }, 1263 { "name": "tno.io", "include_subdomains": true, "mode": "force-https" },
1264 { "name": "translatoruk.co.uk", "include_subdomains": true, "mode": "force-h ttps" }, 1264 { "name": "translatoruk.co.uk", "include_subdomains": true, "mode": "force-h ttps" },
1265 { "name": "wepay.in.th", "include_subdomains": true, "mode": "force-https" } , 1265 { "name": "wepay.in.th", "include_subdomains": true, "mode": "force-https" } ,
1266 { "name": "zixiao.wang", "include_subdomains": true, "mode": "force-https" } 1266 { "name": "zixiao.wang", "include_subdomains": true, "mode": "force-https" }
1267 ],
1268
1269 // |ReportUMAOnPinFailure| uses these to report which domain was associated
1270 // with the public key pinning failure.
1271 //
1272 // DO NOT CHANGE THE ORDERING OF THESE NAMES OR REMOVE ANY OF THEM. Add new
1273 // domains at the END of the array.
1274 "domain_ids": [
1275 "NOT_PINNED",
1276 "GOOGLE_COM",
1277 "ANDROID_COM",
1278 "GOOGLE_ANALYTICS_COM",
1279 "GOOGLEPLEX_COM",
1280 "YTIMG_COM",
1281 "GOOGLEUSERCONTENT_COM",
1282 "YOUTUBE_COM",
1283 "GOOGLEAPIS_COM",
1284 "GOOGLEADSERVICES_COM",
1285 "GOOGLECODE_COM",
1286 "APPSPOT_COM",
1287 "GOOGLESYNDICATION_COM",
1288 "DOUBLECLICK_NET",
1289 "GSTATIC_COM",
1290 "GMAIL_COM",
1291 "GOOGLEMAIL_COM",
1292 "GOOGLEGROUPS_COM",
1293 "TORPROJECT_ORG",
1294 "TWITTER_COM",
1295 "TWIMG_COM",
1296 "AKAMAIHD_NET",
1297 "TOR2WEB_ORG",
1298 "YOUTU_BE",
1299 "GOOGLECOMMERCE_COM",
1300 "URCHIN_COM",
1301 "GOO_GL",
1302 "G_CO",
1303 "GOOGLE_AC",
1304 "GOOGLE_AD",
1305 "GOOGLE_AE",
1306 "GOOGLE_AF",
1307 "GOOGLE_AG",
1308 "GOOGLE_AM",
1309 "GOOGLE_AS",
1310 "GOOGLE_AT",
1311 "GOOGLE_AZ",
1312 "GOOGLE_BA",
1313 "GOOGLE_BE",
1314 "GOOGLE_BF",
1315 "GOOGLE_BG",
1316 "GOOGLE_BI",
1317 "GOOGLE_BJ",
1318 "GOOGLE_BS",
1319 "GOOGLE_BY",
1320 "GOOGLE_CA",
1321 "GOOGLE_CAT",
1322 "GOOGLE_CC",
1323 "GOOGLE_CD",
1324 "GOOGLE_CF",
1325 "GOOGLE_CG",
1326 "GOOGLE_CH",
1327 "GOOGLE_CI",
1328 "GOOGLE_CL",
1329 "GOOGLE_CM",
1330 "GOOGLE_CN",
1331 "CO_AO",
1332 "CO_BW",
1333 "CO_CK",
1334 "CO_CR",
1335 "CO_HU",
1336 "CO_ID",
1337 "CO_IL",
1338 "CO_IM",
1339 "CO_IN",
1340 "CO_JE",
1341 "CO_JP",
1342 "CO_KE",
1343 "CO_KR",
1344 "CO_LS",
1345 "CO_MA",
1346 "CO_MZ",
1347 "CO_NZ",
1348 "CO_TH",
1349 "CO_TZ",
1350 "CO_UG",
1351 "CO_UK",
1352 "CO_UZ",
1353 "CO_VE",
1354 "CO_VI",
1355 "CO_ZA",
1356 "CO_ZM",
1357 "CO_ZW",
1358 "COM_AF",
1359 "COM_AG",
1360 "COM_AI",
1361 "COM_AR",
1362 "COM_AU",
1363 "COM_BD",
1364 "COM_BH",
1365 "COM_BN",
1366 "COM_BO",
1367 "COM_BR",
1368 "COM_BY",
1369 "COM_BZ",
1370 "COM_CN",
1371 "COM_CO",
1372 "COM_CU",
1373 "COM_CY",
1374 "COM_DO",
1375 "COM_EC",
1376 "COM_EG",
1377 "COM_ET",
1378 "COM_FJ",
1379 "COM_GE",
1380 "COM_GH",
1381 "COM_GI",
1382 "COM_GR",
1383 "COM_GT",
1384 "COM_HK",
1385 "COM_IQ",
1386 "COM_JM",
1387 "COM_JO",
1388 "COM_KH",
1389 "COM_KW",
1390 "COM_LB",
1391 "COM_LY",
1392 "COM_MT",
1393 "COM_MX",
1394 "COM_MY",
1395 "COM_NA",
1396 "COM_NF",
1397 "COM_NG",
1398 "COM_NI",
1399 "COM_NP",
1400 "COM_NR",
1401 "COM_OM",
1402 "COM_PA",
1403 "COM_PE",
1404 "COM_PH",
1405 "COM_PK",
1406 "COM_PL",
1407 "COM_PR",
1408 "COM_PY",
1409 "COM_QA",
1410 "COM_RU",
1411 "COM_SA",
1412 "COM_SB",
1413 "COM_SG",
1414 "COM_SL",
1415 "COM_SV",
1416 "COM_TJ",
1417 "COM_TN",
1418 "COM_TR",
1419 "COM_TW",
1420 "COM_UA",
1421 "COM_UY",
1422 "COM_VC",
1423 "COM_VE",
1424 "COM_VN",
1425 "GOOGLE_CV",
1426 "GOOGLE_CZ",
1427 "GOOGLE_DE",
1428 "GOOGLE_DJ",
1429 "GOOGLE_DK",
1430 "GOOGLE_DM",
1431 "GOOGLE_DZ",
1432 "GOOGLE_EE",
1433 "GOOGLE_ES",
1434 "GOOGLE_FI",
1435 "GOOGLE_FM",
1436 "GOOGLE_FR",
1437 "GOOGLE_GA",
1438 "GOOGLE_GE",
1439 "GOOGLE_GG",
1440 "GOOGLE_GL",
1441 "GOOGLE_GM",
1442 "GOOGLE_GP",
1443 "GOOGLE_GR",
1444 "GOOGLE_GY",
1445 "GOOGLE_HK",
1446 "GOOGLE_HN",
1447 "GOOGLE_HR",
1448 "GOOGLE_HT",
1449 "GOOGLE_HU",
1450 "GOOGLE_IE",
1451 "GOOGLE_IM",
1452 "GOOGLE_INFO",
1453 "GOOGLE_IQ",
1454 "GOOGLE_IS",
1455 "GOOGLE_IT",
1456 "IT_AO",
1457 "GOOGLE_JE",
1458 "GOOGLE_JO",
1459 "GOOGLE_JOBS",
1460 "GOOGLE_JP",
1461 "GOOGLE_KG",
1462 "GOOGLE_KI",
1463 "GOOGLE_KZ",
1464 "GOOGLE_LA",
1465 "GOOGLE_LI",
1466 "GOOGLE_LK",
1467 "GOOGLE_LT",
1468 "GOOGLE_LU",
1469 "GOOGLE_LV",
1470 "GOOGLE_MD",
1471 "GOOGLE_ME",
1472 "GOOGLE_MG",
1473 "GOOGLE_MK",
1474 "GOOGLE_ML",
1475 "GOOGLE_MN",
1476 "GOOGLE_MS",
1477 "GOOGLE_MU",
1478 "GOOGLE_MV",
1479 "GOOGLE_MW",
1480 "GOOGLE_NE",
1481 "NE_JP",
1482 "GOOGLE_NET",
1483 "GOOGLE_NL",
1484 "GOOGLE_NO",
1485 "GOOGLE_NR",
1486 "GOOGLE_NU",
1487 "OFF_AI",
1488 "GOOGLE_PK",
1489 "GOOGLE_PL",
1490 "GOOGLE_PN",
1491 "GOOGLE_PS",
1492 "GOOGLE_PT",
1493 "GOOGLE_RO",
1494 "GOOGLE_RS",
1495 "GOOGLE_RU",
1496 "GOOGLE_RW",
1497 "GOOGLE_SC",
1498 "GOOGLE_SE",
1499 "GOOGLE_SH",
1500 "GOOGLE_SI",
1501 "GOOGLE_SK",
1502 "GOOGLE_SM",
1503 "GOOGLE_SN",
1504 "GOOGLE_SO",
1505 "GOOGLE_ST",
1506 "GOOGLE_TD",
1507 "GOOGLE_TG",
1508 "GOOGLE_TK",
1509 "GOOGLE_TL",
1510 "GOOGLE_TM",
1511 "GOOGLE_TN",
1512 "GOOGLE_TO",
1513 "GOOGLE_TP",
1514 "GOOGLE_TT",
1515 "GOOGLE_US",
1516 "GOOGLE_UZ",
1517 "GOOGLE_VG",
1518 "GOOGLE_VU",
1519 "GOOGLE_WS",
1520 "CHROMIUM_ORG",
1521 "CRYPTO_CAT",
1522 "LAVABIT_COM",
1523 "GOOGLETAGMANAGER_COM",
1524 "GOOGLETAGSERVICES_COM",
1525 "DROPBOX_COM",
1526 "YOUTUBE_NOCOOKIE_COM",
1527 "2MDN_NET"
1267 ] 1528 ]
1268 } 1529 }
OLDNEW
« net/http/transport_security_state_static.h ('K') | « net/http/transport_security_state_static.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698