diff options
author | Adam Langley <agl@chromium.org> | 2014-09-03 10:38:56 -0700 |
---|---|---|
committer | Adam Langley <agl@chromium.org> | 2014-09-03 17:42:00 +0000 |
commit | 8f8ad62140ee7a97c654cd3c437e3efa193cf37c (patch) | |
tree | 58f61a4f76900fd9f8f2d266f23b11c3500c0cd7 /net/http | |
parent | 43fb252a05ebeb21097abb816d2ccea1ec84dbbc (diff) | |
download | chromium_src-8f8ad62140ee7a97c654cd3c437e3efa193cf37c.zip chromium_src-8f8ad62140ee7a97c654cd3c437e3efa193cf37c.tar.gz chromium_src-8f8ad62140ee7a97c654cd3c437e3efa193cf37c.tar.bz2 |
net: remove globalcs.co.uk from HSTS preloading.
(By request of the site.)
BUG=410377
Cr-Commit-Position: refs/heads/master@{#293165}
Diffstat (limited to 'net/http')
-rw-r--r-- | net/http/transport_security_state_static.h | 1 | ||||
-rw-r--r-- | net/http/transport_security_state_static.json | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net/http/transport_security_state_static.h b/net/http/transport_security_state_static.h index 15c9a7b..7d6f572 100644 --- a/net/http/transport_security_state_static.h +++ b/net/http/transport_security_state_static.h @@ -1084,7 +1084,6 @@ static const struct HSTSPreload kPreloadedSTS[] = { {7, true, "\002" "ed" "\002" "gs", true, kNoPins, DOMAIN_NOT_PINNED }, {21, true, "\017" "forewordreviews" "\003" "com", true, kNoPins, DOMAIN_NOT_PINNED }, {21, true, "\020" "giacomopelagatti" "\002" "it", true, kNoPins, DOMAIN_NOT_PINNED }, - {16, true, "\010" "globalcs" "\002" "co" "\002" "uk", true, kNoPins, DOMAIN_NOT_PINNED }, {13, true, "\010" "helichat" "\002" "de", true, kNoPins, DOMAIN_NOT_PINNED }, {23, true, "\022" "hostinginnederland" "\002" "nl", true, kNoPins, DOMAIN_NOT_PINNED }, {19, true, "\015" "isitchristmas" "\003" "com", true, kNoPins, DOMAIN_NOT_PINNED }, diff --git a/net/http/transport_security_state_static.json b/net/http/transport_security_state_static.json index 75df317..5c76f1e 100644 --- a/net/http/transport_security_state_static.json +++ b/net/http/transport_security_state_static.json @@ -846,7 +846,6 @@ { "name": "ed.gs", "include_subdomains": true, "mode": "force-https" }, { "name": "forewordreviews.com", "include_subdomains": true, "mode": "force-https" }, { "name": "giacomopelagatti.it", "include_subdomains": true, "mode": "force-https" }, - { "name": "globalcs.co.uk", "include_subdomains": true, "mode": "force-https" }, { "name": "helichat.de", "include_subdomains": true, "mode": "force-https" }, { "name": "hostinginnederland.nl", "include_subdomains": true, "mode": "force-https" }, { "name": "isitchristmas.com", "include_subdomains": true, "mode": "force-https" }, |