Add PWG.dev to allowed hosts

This commit is contained in:
Marcos Lilljedahl
2020-10-25 19:03:16 -03:00
parent d55bdc9664
commit f9800927fe

View File

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