Skip to content

Commit

Permalink
net: add (*.)(go|login|my|payroll|in|api).xero.com to HSTS preloaded.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240134 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
agl@chromium.org committed Dec 11, 2013
1 parent 8997b45 commit e10fd42
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions net/http/transport_security_state_static.h
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,12 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{21, true, "\011lifeguard\005aecom\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{17, false, "\004data\003qld\003gov\002au", true, kNoPins, DOMAIN_NOT_PINNED },
{25, false, "\014publications\003qld\003gov\002au", true, kNoPins, DOMAIN_NOT_PINNED },
{13, true, "\002go\004xero\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{16, true, "\005login\004xero\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{13, true, "\002my\004xero\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{18, true, "\007payroll\004xero\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{13, true, "\002in\004xero\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{14, true, "\003api\004xero\003com", true, kNoPins, DOMAIN_NOT_PINNED },
};
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);

Expand Down
6 changes: 6 additions & 0 deletions net/http/transport_security_state_static.json
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,12 @@
{ "name": "lifeguard.aecom.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "data.qld.gov.au", "mode": "force-https" },
{ "name": "publications.qld.gov.au", "mode": "force-https" },
{ "name": "go.xero.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "login.xero.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "my.xero.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "payroll.xero.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "in.xero.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "api.xero.com", "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 e10fd42

Please sign in to comment.