From f9800927fe27733831b936b5fd2c88778d54b650 Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Sun, 25 Oct 2020 19:03:16 -0300 Subject: [PATCH] Add PWG.dev to allowed hosts --- handlers/bootstrap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/bootstrap.go b/handlers/bootstrap.go index 5f15ee0..ded876e 100644 --- a/handlers/bootstrap.go +++ b/handlers/bootstrap.go @@ -67,7 +67,7 @@ func Register(extend HandlerExtender) { strings.HasSuffix(origin, "play-with-docker.com") || strings.HasSuffix(origin, "play-with-kubernetes.com") || strings.HasSuffix(origin, "docker.com") || - strings.HasSuffix(origin, "play-with-golang.now.sh") { + strings.HasSuffix(origin, "play-with-go.dev") { return true } return false