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

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

Issue 673843003: net: add domain ID for Facebook. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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
« no previous file with comments | « net/http/transport_security_state_static.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1654 matching lines...) Expand 10 before | Expand all | Expand 10 after
1665 "GOOGLE_VG", 1665 "GOOGLE_VG",
1666 "GOOGLE_VU", 1666 "GOOGLE_VU",
1667 "GOOGLE_WS", 1667 "GOOGLE_WS",
1668 "CHROMIUM_ORG", 1668 "CHROMIUM_ORG",
1669 "CRYPTO_CAT", 1669 "CRYPTO_CAT",
1670 "LAVABIT_COM", 1670 "LAVABIT_COM",
1671 "GOOGLETAGMANAGER_COM", 1671 "GOOGLETAGMANAGER_COM",
1672 "GOOGLETAGSERVICES_COM", 1672 "GOOGLETAGSERVICES_COM",
1673 "DROPBOX_COM", 1673 "DROPBOX_COM",
1674 "YOUTUBE_NOCOOKIE_COM", 1674 "YOUTUBE_NOCOOKIE_COM",
1675 "2MDN_NET" 1675 "2MDN_NET",
1676 "FACEBOOK_COM"
1676 ] 1677 ]
1677 } 1678 }
OLDNEW
« no previous file with comments | « 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