summaryrefslogtreecommitdiffstats
path: root/net/base
diff options
context:
space:
mode:
authorpalmer@chromium.org <palmer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-30 20:39:35 +0000
committerpalmer@chromium.org <palmer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-30 20:39:35 +0000
commit45c5a2068dbd71f7e5510ed5a2ca7b89489585cb (patch)
tree64620bd29b6010eb1b9cc3030e451c86dd2870b8 /net/base
parentae8c433c6a56561c7a18e1cee0974c52ccd549c5 (diff)
downloadchromium_src-45c5a2068dbd71f7e5510ed5a2ca7b89489585cb.zip
chromium_src-45c5a2068dbd71f7e5510ed5a2ca7b89489585cb.tar.gz
chromium_src-45c5a2068dbd71f7e5510ed5a2ca7b89489585cb.tar.bz2
Add an HSTS preload for another alias of Chromium Rietveld.
BUG=158522 TEST=Navigate to codereview.chromium.org and expect to get https://. Review URL: https://codereview.chromium.org/11346037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164999 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base')
-rw-r--r--net/base/transport_security_state_static.h1
-rw-r--r--net/base/transport_security_state_static.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/net/base/transport_security_state_static.h b/net/base/transport_security_state_static.h
index 69f6c76..204906b 100644
--- a/net/base/transport_security_state_static.h
+++ b/net/base/transport_security_state_static.h
@@ -325,6 +325,7 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{17, true, "\004apis\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
{32, true, "\022chromiumcodereview\007appspot\003com", true, kGooglePins, DOMAIN_APPSPOT_COM },
{24, true, "\012codereview\007appspot\003com", true, kGooglePins, DOMAIN_APPSPOT_COM },
+ {25, true, "\012codereview\010chromium\003org", true, kGooglePins, DOMAIN_APPSPOT_COM },
{23, true, "\005chart\004apis\006google\003com", false, kGooglePins, DOMAIN_GOOGLE_COM },
{11, true, "\005ytimg\003com", false, kGooglePins, DOMAIN_YTIMG_COM },
{23, true, "\021googleusercontent\003com", false, kGooglePins, DOMAIN_GOOGLEUSERCONTENT_COM },
diff --git a/net/base/transport_security_state_static.json b/net/base/transport_security_state_static.json
index 2cba18c..f8e7ab3 100644
--- a/net/base/transport_security_state_static.json
+++ b/net/base/transport_security_state_static.json
@@ -174,6 +174,7 @@
{ "name": "apis.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
{ "name": "chromiumcodereview.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
{ "name": "codereview.appspot.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
+ { "name": "codereview.chromium.org", "include_subdomains": true, "mode": "force-https", "pins": "google" },
// chart.apis.google.com is *not* HSTS because the certificate doesn't match
// and there are lots of links out there that still use the name. The correct