mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-19 17:50:03 -08:00
4 lines
96 B
Go
4 lines
96 B
Go
package conf
|
|
|
|
// AllowedOrigins is a list of allowed CORS origins.
|
|
type AllowedOrigins []string
|