mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
fix for dockerhost HELIUM
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user