uazo / bromite-buildtools

my build machine for bromite development
GNU General Public License v3.0
333 stars 10 forks source link

Check quic::QuicCryptoClientConfig::AddCanonicalSuffix() #332

Open uazo opened 1 year ago

uazo commented 1 year ago
 Adds |suffix| as a domain suffix for which the server's crypto config
   is expected to be shared among servers with the domain suffix. If a server
   matches this suffix, then the server config from another server with the
   suffix will be used to initialize the cached state for this server.

source: https://source.chromium.org/chromium/chromium/src/+/main:net/quic/quic_stream_factory.cc;l=2361?q=net%2Fquic%2Fquic_stream_factory.cc&ss=chromium%2Fchromium%2Fsrc

  crypto_config->AddCanonicalSuffix(".c.youtube.com");
  crypto_config->AddCanonicalSuffix(".ggpht.com");
  crypto_config->AddCanonicalSuffix(".googlevideo.com");
  crypto_config->AddCanonicalSuffix(".googleusercontent.com");
  crypto_config->AddCanonicalSuffix(".gvt1.com");

commit: Hook up NetworkIsolationKey to QuicCryptoClientConfig. https://source.chrmium.org/chromium/chromium/src/+/fca05b6c7bd75358ff6240d800bb4db3c2eb1e42

for Disable-TLS-resumption.patch