mirror of
https://github.com/golang/go
synced 2024-11-18 14:14:46 -07:00
godoc/proxy: use HTTPS when bouncing through to the playground
Fixes golang/go#15692 Change-Id: I0d0731b249de9399b972c8ee9cf9e0f355d4fcc0 Reviewed-on: https://go-review.googlesource.com/23241 Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
parent
c86fe5956d
commit
9ae4729fba
@ -49,7 +49,7 @@ const (
|
||||
// sensitive and it only travels across Google's internal network
|
||||
// so we should be OK.
|
||||
sandboxURL = "http://sandbox.golang.org/compile"
|
||||
playgroundURL = "http://play.golang.org"
|
||||
playgroundURL = "https://play.golang.org"
|
||||
)
|
||||
|
||||
const expires = 7 * 24 * time.Hour // 1 week
|
||||
|
Loading…
Reference in New Issue
Block a user