mediamtx/internal/conf/allowed_origins.go
KHuynh ade0cddeb3
support multiple CORS origins (#5150)
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
2025-11-21 02:00:46 +01:00

4 lines
96 B
Go

package conf
// AllowedOrigins is a list of allowed CORS origins.
type AllowedOrigins []string