Skip to content

Commit

Permalink
net: several HSTS preloaded additions.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285954 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
agl@chromium.org committed Jul 28, 2014
1 parent a20589f commit d458d59
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions net/http/transport_security_state_static.h
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,13 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{13, false, "\007jackyyf\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{10, true, "\005flynn\002io", true, kNoPins, DOMAIN_NOT_PINNED },
{15, true, "\011hackerone\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{28, true, "\026hackerone-user-content\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{23, false, "\017gamesdepartment\002co\002uk", true, kNoPins, DOMAIN_NOT_PINNED },
{27, true, "\003www\017gamesdepartment\002co\002uk", true, kNoPins, DOMAIN_NOT_PINNED },
{16, false, "\012schokokeks\003org", true, kNoPins, DOMAIN_NOT_PINNED },
{20, true, "\003www\012schokokeks\003org", true, kNoPins, DOMAIN_NOT_PINNED },
{23, true, "\006config\012schokokeks\003org", true, kNoPins, DOMAIN_NOT_PINNED },
{24, true, "\007webmail\012schokokeks\003org", true, kNoPins, DOMAIN_NOT_PINNED },
};
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);

Expand Down
7 changes: 7 additions & 0 deletions net/http/transport_security_state_static.json
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,13 @@
{ "name": "jackyyf.com", "mode": "force-https" },
{ "name": "flynn.io", "include_subdomains": true, "mode": "force-https" },
{ "name": "hackerone.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "hackerone-user-content.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "gamesdepartment.co.uk", "mode": "force-https" },
{ "name": "www.gamesdepartment.co.uk", "include_subdomains": true, "mode": "force-https" },
{ "name": "schokokeks.org", "mode": "force-https" },
{ "name": "www.schokokeks.org", "include_subdomains": true, "mode": "force-https" },
{ "name": "config.schokokeks.org", "include_subdomains": true, "mode": "force-https" },
{ "name": "webmail.schokokeks.org", "include_subdomains": true, "mode": "force-https" },

// Entries that are only valid if the client supports SNI.
{ "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": true },
Expand Down

0 comments on commit d458d59

Please sign in to comment.