Этот коммит содержится в:
=Corey Hulen
2015-06-18 10:55:51 -08:00
родитель 27c29ed745
Коммит dbd781c018
5 изменённых файлов: 19 добавлений и 4 удалений

Просмотреть файл

@@ -303,6 +303,10 @@ func IsTestDomain(r *http.Request) bool {
return true
}
if strings.Index(r.Host, "dockerhost") == 0 {
return true
}
if strings.Index(r.Host, "test") == 0 {
return true
}