-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Description
gophertunnel/minecraft/auth/xbox.go
Lines 45 to 55 in fdd82ea
| return nil, fmt.Errorf("live token is no longer valid") | |
| } | |
| c := &http.Client{ | |
| Transport: &http.Transport{ | |
| TLSClientConfig: &tls.Config{ | |
| Renegotiation: tls.RenegotiateOnceAsClient, | |
| InsecureSkipVerify: true, | |
| }, | |
| }, | |
| } | |
| defer c.CloseIdleConnections() |
This is considered bad practice / security flaw
I believe on Android it's causing devices to block the request, not completely sure, but I don't think it's needed?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels