Rod Hynes 8 лет назад
Родитель
Сommit
caeabfc061
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      psiphon/common/tls/cipher_suites.go

+ 2 - 1
psiphon/common/tls/cipher_suites.go

@@ -407,7 +407,8 @@ const (
 	// https://tools.ietf.org/html/rfc7507.
 	TLS_FALLBACK_SCSV uint16 = 0x5600
 
-	// Psiphon suites for indistinguishable TLS.
+	// [Psiphon]
+	// TLS_..._CHACHA20_POLY1305_OLD are required for EmulateChrome.
 	TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_OLD   uint16 = 0xcc13
 	TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_OLD uint16 = 0xcc14
 )