Commit 83d34304 authored by Ian Swett's avatar Ian Swett Committed by Commit Bot

Add ".gvt1.com" to Chrome's canonical suffixes for QUIC.

R=dschinazi@chromium.org

Change-Id: Ie82dfb2c4945403efc0dcddaa46aed6332e9c07c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367194
Commit-Queue: Ian Swett <ianswett@chromium.org>
Commit-Queue: David Schinazi <dschinazi@chromium.org>
Auto-Submit: Ian Swett <ianswett@chromium.org>
Reviewed-by: default avatarDavid Schinazi <dschinazi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#800240}
parent 7dc53d3b
......@@ -157,7 +157,7 @@ HttpServerProperties::HttpServerProperties(
this,
tick_clock_),
canonical_suffixes_({".ggpht.com", ".c.youtube.com", ".googlevideo.com",
".googleusercontent.com"}),
".googleusercontent.com", ".gvt1.com"}),
quic_server_info_map_(kDefaultMaxQuicServerEntries),
max_server_configs_stored_in_properties_(kDefaultMaxQuicServerEntries) {}
......
......@@ -2150,6 +2150,7 @@ QuicStreamFactory::CreateCryptoConfigHandle(
crypto_config->AddCanonicalSuffix(".ggpht.com");
crypto_config->AddCanonicalSuffix(".googlevideo.com");
crypto_config->AddCanonicalSuffix(".googleusercontent.com");
crypto_config->AddCanonicalSuffix(".gvt1.com");
if (!prefer_aes_gcm_recorded_) {
bool prefer_aes_gcm =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment