1
0
mirror of https://github.com/golang/go synced 2024-09-30 18:28:32 -06: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:
Andrew Gerrand 2016-05-19 16:23:57 +10:00
parent c86fe5956d
commit 9ae4729fba

View File

@ -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