Răsfoiți Sursa

Edit comment

Rod Hynes 9 ani în urmă
părinte
comite
21d980a810
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      psiphon/utils.go

+ 3 - 3
psiphon/utils.go

@@ -32,9 +32,9 @@ import (
 	"github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common"
 )
 
-// MakePsiphonUserAgent constructs a User-Agent value to use for web API,
-// download, etc. requests. The User-Agent includes useful stats information.
-// This User-Agent is to be used only for HTTPS requests, where the header
+// MakePsiphonUserAgent constructs a User-Agent value to use for web service
+// requests made by the tunnel-core client. The User-Agent includes useful stats
+// information; it is to be used only for HTTPS requests, where the header
 // cannot be seen by an adversary.
 func MakePsiphonUserAgent(config *Config) string {
 	userAgent := "psiphon-tunnel-core"