diff options
author | lgarron <lgarron@chromium.org> | 2015-10-14 15:01:30 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-14 22:02:16 +0000 |
commit | cf50d03e45e9eb3a8dd21b2594bd11af287e2fc3 (patch) | |
tree | 31c8ac193843351295c949243ebc54ecb91f0a50 /net | |
parent | 69fde2cf4bacbfc82de8a3ef6243645b7c948476 (diff) | |
download | chromium_src-cf50d03e45e9eb3a8dd21b2594bd11af287e2fc3.zip chromium_src-cf50d03e45e9eb3a8dd21b2594bd11af287e2fc3.tar.gz chromium_src-cf50d03e45e9eb3a8dd21b2594bd11af287e2fc3.tar.bz2 |
Remove include_subdomains from branchtrack.com.
Reason given: branchtrack.com is "using tumblr with subdomain, but it's not supported over https."
BUG=527947
TBR=agl@chromium.org
Review URL: https://codereview.chromium.org/1406813002
Cr-Commit-Position: refs/heads/master@{#354126}
Diffstat (limited to 'net')
-rw-r--r-- | net/http/transport_security_state_static.h | 2 | ||||
-rw-r--r-- | net/http/transport_security_state_static.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/http/transport_security_state_static.h b/net/http/transport_security_state_static.h index b94b2b7..783fda4 100644 --- a/net/http/transport_security_state_static.h +++ b/net/http/transport_security_state_static.h @@ -2042,7 +2042,7 @@ static const uint8 kPreloadedHSTSData[] = { 0x4a, 0xbe, 0x97, 0xb1, 0xa5, 0x30, 0x5f, 0xdf, 0xb0, 0x29, 0xfe, 0x8f, 0x77, 0xf5, 0x70, 0xf9, 0x44, 0xc6, 0xa1, 0x1c, 0x9c, 0x28, 0x78, 0x4d, 0xdd, 0xed, 0x1d, 0x7f, 0xdf, 0x3d, 0xd8, 0xf6, 0xba, 0x87, 0x5b, 0x47, - 0x5f, 0xef, 0x6f, 0x2e, 0xc0, 0xce, 0x75, 0xff, 0xb3, 0x79, 0x26, 0x08, + 0x5f, 0xef, 0x6f, 0x2e, 0xc0, 0xce, 0x55, 0xff, 0xb3, 0x79, 0x26, 0x08, 0xe0, 0x4e, 0xbf, 0x4e, 0xb0, 0x6f, 0xe3, 0xaa, 0x11, 0xf3, 0xb8, 0xb7, 0x0e, 0x84, 0x43, 0x46, 0x9e, 0x3b, 0xbf, 0xe1, 0x86, 0x74, 0x83, 0xbc, 0x8e, 0xba, 0x1a, 0x75, 0x09, 0xe6, 0xec, 0x38, 0xbe, 0x9f, 0xec, 0x2b, diff --git a/net/http/transport_security_state_static.json b/net/http/transport_security_state_static.json index 74153f8..d7d949c 100644 --- a/net/http/transport_security_state_static.json +++ b/net/http/transport_security_state_static.json @@ -2654,7 +2654,7 @@ { "name": "bigdinosaur.org", "include_subdomains": true, "mode": "force-https" }, { "name": "bownty.dk", "include_subdomains": true, "mode": "force-https" }, { "name": "braineet.com", "include_subdomains": true, "mode": "force-https" }, - { "name": "branchtrack.com", "include_subdomains": true, "mode": "force-https" }, + { "name": "branchtrack.com", "mode": "force-https" }, { "name": "brks.xyz", "include_subdomains": true, "mode": "force-https" }, { "name": "businesshosting.nl", "include_subdomains": true, "mode": "force-https" }, { "name": "bygningsregistrering.dk", "include_subdomains": true, "mode": "force-https" }, |