diff options
author | palmer@chromium.org <palmer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-30 21:20:46 +0000 |
---|---|---|
committer | palmer@chromium.org <palmer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-30 21:20:46 +0000 |
commit | 242d8565075bb8c8f0fb3ef6a7651b39e6b67241 (patch) | |
tree | 827ac26a7b1988ba56d38b628cf020a03e6c1736 /chrome_frame | |
parent | f9ba71d83695d37f061b6657485b390ea5d76261 (diff) | |
download | chromium_src-242d8565075bb8c8f0fb3ef6a7651b39e6b67241.zip chromium_src-242d8565075bb8c8f0fb3ef6a7651b39e6b67241.tar.gz chromium_src-242d8565075bb8c8f0fb3ef6a7651b39e6b67241.tar.bz2 |
Process only the first Strict-Transport-Security header.
In accordance with the specification.
BUG=156147
Review URL: https://chromiumcodereview.appspot.com/11192045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165013 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/net/fake_external_tab.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc index 33601e2..71774ee 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -241,6 +241,13 @@ void FilterDisabledTests() { // now. "URLRequestTestHTTP.GetTest_NoCache", + // These tests use HTTPS, and IE's trust store does not have the test + // certs. So these tests time out waiting for user input. The + // functionality they test (HTTP Strict Transport Security) does not + // work in Chrome Frame anyway. + "URLRequestTestHTTP.ProcessSTS", + "URLRequestTestHTTP.ProcessSTSOnce", + // These tests have been disabled as the Chrome cookie policies don't make // sense or have not been implemented for the host network stack. "URLRequestTest.DoNotSaveCookies_ViaPolicy", |