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

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

Issue 11369156: net: add a couple of entries to the HSTS preloaded list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « net/base/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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 { "name": "lookout.com", "mode": "force-https" }, 538 { "name": "lookout.com", "mode": "force-https" },
539 { "name": "www.lookout.com", "mode": "force-https" }, 539 { "name": "www.lookout.com", "mode": "force-https" },
540 { "name": "mylookout.com", "mode": "force-https" }, 540 { "name": "mylookout.com", "mode": "force-https" },
541 { "name": "www.mylookout.com", "mode": "force-https" }, 541 { "name": "www.mylookout.com", "mode": "force-https" },
542 { "name": "dm.lookout.com", "mode": "force-https" }, 542 { "name": "dm.lookout.com", "mode": "force-https" },
543 { "name": "dm.mylookout.com", "mode": "force-https" }, 543 { "name": "dm.mylookout.com", "mode": "force-https" },
544 { "name": "itriskltd.com", "include_subdomains": true, "mode": "force-https" }, 544 { "name": "itriskltd.com", "include_subdomains": true, "mode": "force-https" },
545 { "name": "stocktrade.de", "include_subdomains": true, "mode": "force-https" }, 545 { "name": "stocktrade.de", "include_subdomains": true, "mode": "force-https" },
546 { "name": "rhcloud.com", "include_subdomains": true, "mode": "force-https" } , 546 { "name": "rhcloud.com", "include_subdomains": true, "mode": "force-https" } ,
547 { "name": "openshift.redhat.com", "include_subdomains": true, "mode": "force -https" }, 547 { "name": "openshift.redhat.com", "include_subdomains": true, "mode": "force -https" },
548 { "name": "therapynotes.com", "include_subdomains": true, "mode": "force-htt ps" },
549 { "name": "wiz.biz", "include_subdomains": true, "mode": "force-https" },
548 550
549 // Entries that are only valid if the client supports SNI. 551 // Entries that are only valid if the client supports SNI.
550 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t rue }, 552 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t rue },
551 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl y": true }, 553 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl y": true },
552 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true }, 554 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true },
553 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true }, 555 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true },
554 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true }, 556 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true },
555 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true } 557 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true }
556 ] 558 ]
557 } 559 }
OLDNEW
« no previous file with comments | « net/base/transport_security_state_static.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698