Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(461)

Issue 460135: STS: add chrome.google.com to the built in STS list. (Closed)

Created:
11 years ago by agl
Modified:
9 years, 7 months ago
Reviewers:
abarth-chromium
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

STS: add chrome.google.com to the built in STS list.

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -8 lines) Patch
M net/base/transport_security_state.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/base/transport_security_state.cc View 3 chunks +35 lines, -8 lines 2 comments Download
M net/base/transport_security_state_unittest.cc View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
agl
11 years ago (2009-12-08 03:02:37 UTC) #1
abarth-chromium
11 years ago (2009-12-08 03:09:42 UTC) #2
I don't think we want to do this quite yet.  The gallery wasn't able to turn on
STS because they're using insecure youtube videos.  Hopefully they'll get that
resolved soon.

http://codereview.chromium.org/460135/diff/1/2
File net/base/transport_security_state.cc (right):

http://codereview.chromium.org/460135/diff/1/2#newcode352
net/base/transport_security_state.cc:352: if (host == "chrome.google.com") {
They rolled back this change because they're hosting HTTP YouTube videos.  We
shouldn't bake this in until they're ready.

http://codereview.chromium.org/460135/diff/1/2#newcode355
net/base/transport_security_state.cc:355: result->include_subdomains = true;
This should be false.

Powered by Google App Engine
This is Rietveld 408576698